From 1117b6d83307ecaac94edd9ed36f95227ab05adb Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 26 Apr 2021 20:30:18 +0200 Subject: [PATCH] Meta: Make sure traceroot and ping belong to the root user --- Meta/build-root-filesystem.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index cc922fefbb6..a872f5fcc4b 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