mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
Userland+Kernel: Set shutdown/reboot to only be run by the phys
group
This commit is contained in:
parent
30556a0a93
commit
ab9e5755ba
1 changed files with 4 additions and 0 deletions
|
@ -111,8 +111,12 @@ else
|
|||
find ../Userland/ -type f -executable -exec cp {} mnt/bin/ \;
|
||||
fi
|
||||
chown 0:$wheel_gid mnt/bin/su
|
||||
chown 0:$phys_gid mnt/bin/shutdown
|
||||
chown 0:$phys_gid mnt/bin/reboot
|
||||
chmod 4750 mnt/bin/su
|
||||
chmod 4755 mnt/bin/ping
|
||||
chmod 4750 mnt/bin/reboot
|
||||
chmod 4750 mnt/bin/shutdown
|
||||
echo "done"
|
||||
|
||||
printf "installing applications... "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue