Update cookbook

Fix shadow permissions
This commit is contained in:
Jeremy Soller 2018-09-18 16:18:53 -06:00
parent 00ee371600
commit 0efb736d1c
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6f4957952d48e69f52d06a0519061bd75df99f79 Subproject commit 974ea6514edcbf186ecb335b6505bf6edc2da58b

View file

@ -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