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

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/su
chmod +s build/filesystem/bin/sudo
chmod og-rwx build/filesystem/etc/shadow
mkdir build/filesystem/tmp
chmod 1777 build/filesystem/tmp
sync