mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Meta: Make sure traceroot and ping belong to the root user
This commit is contained in:
parent
563cc17a50
commit
1117b6d833
Notes:
sideshowbarker
2024-07-18 19:03:35 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/1117b6d8330 Pull-request: https://github.com/SerenityOS/serenity/pull/6672
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue