From fa33fb945050345f6f36a512d4b5e9edc9acd525 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Mon, 6 Nov 2023 19:46:07 +0000 Subject: [PATCH] Correct usr/lib user account files permissions --- arkdep-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arkdep-build b/arkdep-build index 078becc..89f4f87 100755 --- a/arkdep-build +++ b/arkdep-build @@ -189,8 +189,8 @@ if [[ $type == 'archlinux' ]]; then done # Ensure passwd/group/shadow permissions are set properly - chmod 600 $workdir/etc/shadow - chmod 644 $workdir/etc/{passwd,group} + chmod 600 $workdir/etc/shadow $workdir/usr/lib/shadow + chmod 644 $workdir/etc/{passwd,group} $workdir/usr/lib/{passwd,group} # # nss-switch.conf is added using the overlay