index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2020-11-14 11:43:13 +0200 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2020-11-30 08:46:24 +0200 |
commit | 42d9e4f983e9dbafb94a6fc52df1b25973afb63a (patch) | |
tree | 7829f50747c432567aaaee0a51f5738524ae3ab6 /configs/baseline | |
parent | 2c99df5c9bb89308231a0281d3b8399bb06cc4c0 (diff) |
-rw-r--r-- | configs/baseline/profiledef.sh | 3 |
diff --git a/configs/baseline/profiledef.sh b/configs/baseline/profiledef.sh index 2efd38f..8705529 100644 --- a/configs/baseline/profiledef.sh +++ b/configs/baseline/profiledef.sh @@ -10,3 +10,6 @@ install_dir="arch" bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito') arch="x86_64" pacman_conf="pacman.conf" +file_permissions=( + ["/etc/shadow"]="0:0:400" +) |