From f65b0156fe0c9ef81237d6e7c27d584dbc76d5f5 Mon Sep 17 00:00:00 2001 From: eshanized Date: Thu, 2 Jan 2025 13:39:55 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20upgrade=20the=20permssi?= =?UTF-8?q?ons=20and=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archiso/profiledef.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/archiso/profiledef.sh b/archiso/profiledef.sh index b6a500a..1eab475 100644 --- a/archiso/profiledef.sh +++ b/archiso/profiledef.sh @@ -17,12 +17,13 @@ airootfs_image_type="squashfs" airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') bootstrap_tarball_compression=('zstd' '-c' '-T0' '--auto-threads=logical' '--long' '-19') file_permissions=( + ["/etc/gshadow"]="0:0:600" ["/etc/shadow"]="0:0:400" - ["/root"]="0:0:750" + ["/root"]="0:0:700" ["/root/.automated_script.sh"]="0:0:755" - ["/root/.gnupg"]="0:0:700" - ["/usr/local/bin/choose-mirror"]="0:0:755" - ["/usr/local/bin/Installation_guide"]="0:0:755" - ["/usr/local/bin/livecd-sound"]="0:0:755" + ["/etc/polkit-1/rules.d"]="0:0:750" + ["/etc/sudoers.d"]="0:0:750" + ["/etc/grub.d/40_custom"]="0:0:755" + ["/usr/local/bin/snigdhaos-snapper"]="0:0:755" ["/etc/NetworkManager/dispatcher.d/09-timezone"]="0:0:755" )