diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-04-26 20:30:18 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-26 21:10:05 +0200 |
commit | 1117b6d83307ecaac94edd9ed36f95227ab05adb (patch) | |
tree | 7b0d4b43b1ad2f17f057f5d0361de6caa7feea93 /Meta/build-root-filesystem.sh | |
parent | 563cc17a50bda557ccd04d89cade5b4aa4b81e6d (diff) | |
download | serenity-1117b6d83307ecaac94edd9ed36f95227ab05adb.zip |
Meta: Make sure traceroot and ping belong to the root user
Diffstat (limited to 'Meta/build-root-filesystem.sh')
-rwxr-xr-x | Meta/build-root-filesystem.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index cc922fefbb..a872f5fcc4 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -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 |