summaryrefslogtreecommitdiff
path: root/configs/releng-openrc/profiledef.sh
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-12-02 16:33:08 -0300
committerDavid P <megver83@parabola.nu>2020-12-02 16:33:08 -0300
commitce23b5ac79cc6ff418eabe5303c8029e381b0a1c (patch)
tree57522d7be01f266dae658cf4b3ccdd15b0a2977a /configs/releng-openrc/profiledef.sh
parent39f2387cbc51e6ba634984931ea2de160c3c350a (diff)
sync with archisov50
Imported from archiso v50.1 8ba2870 (HEAD -> master, tag: v50.1, origin/master, origin/HEAD) configs/releng/syslinux/archiso_pxe-linux.cfg: add missing /boot to initrd file path Imported from archiso 50 c10004d (tag: v50) Fix issues with file ownerships/modes 863247d Keep all SYSLINUX files in /syslinux 183ae52 Prevent path traversal outside of $airootfs_dir 42d9e4f Allow specifying ownership and mode of custom airootfs files and directories 2c99df5 Reset network interfaces at the end of the PXE boot to allow DHCP to run Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/releng-openrc/profiledef.sh')
-rw-r--r--configs/releng-openrc/profiledef.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/releng-openrc/profiledef.sh b/configs/releng-openrc/profiledef.sh
index c640752..cc13953 100644
--- a/configs/releng-openrc/profiledef.sh
+++ b/configs/releng-openrc/profiledef.sh
@@ -11,3 +11,11 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.refind.esp' 'u
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"
+)