summaryrefslogtreecommitdiff
path: root/configs/releng/profiledef.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng/profiledef.sh')
-rw-r--r--configs/releng/profiledef.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh
index 00885fe..a7b7a4c 100644
--- a/configs/releng/profiledef.sh
+++ b/configs/releng/profiledef.sh
@@ -11,3 +11,11 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.e
arch="dual"
pacman_conf="pacman.conf"
airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')
+file_permissions=(
+ ["/etc/shadow"]="0:0:400"
+ ["/root"]="0:0:750"
+ ["/root/.automated_script.sh"]="0:0:755"
+ ["/usr/local/bin/choose-mirror"]="0:0:755"
+ ["/usr/local/bin/Installation_guide"]="0:0:755"
+ ["/usr/local/bin/livecd-sound"]="0:0:755"
+)