We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7533934 commit 85f6e98Copy full SHA for 85f6e98
krypton/profiledef.sh
@@ -17,11 +17,13 @@ airootfs_image_type="squashfs"
17
airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')
18
bootstrap_tarball_compression=('zstd' '-c' '-T0' '--auto-threads=logical' '--long' '-19')
19
file_permissions=(
20
- ["/etc/shadow"]="0:0:400"
+ ["/etc/shadow"]="0:0:0400"
21
["/root"]="0:0:750"
22
["/root/.automated_script.sh"]="0:0:755"
23
["/root/.gnupg"]="0:0:700"
24
["/usr/local/bin/choose-mirror"]="0:0:755"
25
["/usr/local/bin/Installation_guide"]="0:0:755"
26
["/usr/local/bin/livecd-sound"]="0:0:755"
27
+ ["/etc/gshadow"]="0:0:0400"
28
+
29
)
0 commit comments