🧹 chore: upgrade the permssions and files

This commit is contained in:
eshanized
2025-01-02 13:39:55 +05:30
parent 1fa2b0c1d1
commit f65b0156fe

View File

@@ -17,12 +17,13 @@ airootfs_image_type="squashfs"
airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')
bootstrap_tarball_compression=('zstd' '-c' '-T0' '--auto-threads=logical' '--long' '-19') bootstrap_tarball_compression=('zstd' '-c' '-T0' '--auto-threads=logical' '--long' '-19')
file_permissions=( file_permissions=(
["/etc/gshadow"]="0:0:600"
["/etc/shadow"]="0:0:400" ["/etc/shadow"]="0:0:400"
["/root"]="0:0:750" ["/root"]="0:0:700"
["/root/.automated_script.sh"]="0:0:755" ["/root/.automated_script.sh"]="0:0:755"
["/root/.gnupg"]="0:0:700" ["/etc/polkit-1/rules.d"]="0:0:750"
["/usr/local/bin/choose-mirror"]="0:0:755" ["/etc/sudoers.d"]="0:0:750"
["/usr/local/bin/Installation_guide"]="0:0:755" ["/etc/grub.d/40_custom"]="0:0:755"
["/usr/local/bin/livecd-sound"]="0:0:755" ["/usr/local/bin/snigdhaos-snapper"]="0:0:755"
["/etc/NetworkManager/dispatcher.d/09-timezone"]="0:0:755" ["/etc/NetworkManager/dispatcher.d/09-timezone"]="0:0:755"
) )