Update cookbook
Fix shadow permissions
This commit is contained in:
parent
00ee371600
commit
0efb736d1c
2
cookbook
2
cookbook
|
@ -1 +1 @@
|
||||||
Subproject commit 6f4957952d48e69f52d06a0519061bd75df99f79
|
Subproject commit 974ea6514edcbf186ecb335b6505bf6edc2da58b
|
|
@ -26,6 +26,7 @@ build/filesystem.bin: filesystem.toml build/bootloader build/kernel prefix
|
||||||
chmod +s build/filesystem/bin/passwd
|
chmod +s build/filesystem/bin/passwd
|
||||||
chmod +s build/filesystem/bin/su
|
chmod +s build/filesystem/bin/su
|
||||||
chmod +s build/filesystem/bin/sudo
|
chmod +s build/filesystem/bin/sudo
|
||||||
|
chmod og-rwx build/filesystem/etc/shadow
|
||||||
mkdir build/filesystem/tmp
|
mkdir build/filesystem/tmp
|
||||||
chmod 1777 build/filesystem/tmp
|
chmod 1777 build/filesystem/tmp
|
||||||
sync
|
sync
|
||||||
|
|
Loading…
Reference in a new issue