From 097b8a0f275f0258578e9648ca72750f187eecbf Mon Sep 17 00:00:00 2001 From: psychophoniac Date: Mon, 12 Jul 2021 14:59:14 +0200 Subject: [PATCH] WIP --- arch-custom/profiledef.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch-custom/profiledef.sh b/arch-custom/profiledef.sh index e56d7f5..87c69b3 100644 --- a/arch-custom/profiledef.sh +++ b/arch-custom/profiledef.sh @@ -20,8 +20,11 @@ file_permissions=( ["/etc/nslcd.conf"]="0:0:644" ["/etc/openldap/openldap.conf"]="0:0:644" ["/etc/pamd.d"]="0:0:755" - ["/etc/pamd.d/system-auth", "/etc/pamd.d/sudo", "/etc/pamd.d/passwd"]="0:0:644" - ["/etc/pamd.d/su", "/etc/pamd.d/su-l"]="0:0:755" + ["/etc/pamd.d/system-auth"]="0:0:644" + ["/etc/pamd.d/sudo"]="0:0:644" + ["/etc/pamd.d/passwd"]="0:0:644" + ["/etc/pamd.d/su"]="0:0:755" + ["/etc/pamd.d/su-l"]="0:0:755" ["/root"]="0:0:750" ["/root/.automated_script.sh"]="0:0:755" ["/root/.ssh"]="0:0:600"