Skip to content

Commit 85f6e98

Browse files
authored
Add files via upload
1 parent 7533934 commit 85f6e98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

krypton/profiledef.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ airootfs_image_type="squashfs"
1717
airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')
1818
bootstrap_tarball_compression=('zstd' '-c' '-T0' '--auto-threads=logical' '--long' '-19')
1919
file_permissions=(
20-
["/etc/shadow"]="0:0:400"
20+
["/etc/shadow"]="0:0:0400"
2121
["/root"]="0:0:750"
2222
["/root/.automated_script.sh"]="0:0:755"
2323
["/root/.gnupg"]="0:0:700"
2424
["/usr/local/bin/choose-mirror"]="0:0:755"
2525
["/usr/local/bin/Installation_guide"]="0:0:755"
2626
["/usr/local/bin/livecd-sound"]="0:0:755"
27+
["/etc/gshadow"]="0:0:0400"
28+
2729
)

0 commit comments

Comments
 (0)