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
Notes: sideshowbarker 2024-07-18 19:03:35 +09:00

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