1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

Meta: Make sure traceroot and ping belong to the root user

This commit is contained in:
Gunnar Beutner 2021-04-26 20:30:18 +02:00 committed by Linus Groh
parent 563cc17a50
commit 1117b6d833

View file

@ -52,6 +52,8 @@ echo "/bin/sh" > mnt/etc/shells
chown 0:$wheel_gid mnt/bin/su
chown 0:$wheel_gid mnt/bin/passwd
chown 0:$wheel_gid mnt/bin/ping
chown 0:$wheel_gid mnt/bin/traceroute
chown 0:$phys_gid mnt/bin/keymap
chown 0:$phys_gid mnt/bin/shutdown
chown 0:$phys_gid mnt/bin/reboot