From 82b48d867ddc490760bb57e8260d2679a9f329ec Mon Sep 17 00:00:00 2001 From: Jesse Buhagiar Date: Wed, 14 Apr 2021 12:23:55 +1000 Subject: Userland: Implement `pls`, a sudo clone --- Meta/build-root-filesystem.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'Meta/build-root-filesystem.sh') diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index bbbac6c5fe..9249eef183 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -63,6 +63,7 @@ chmod 0400 mnt/res/kernel.map chmod 0400 mnt/boot/Kernel chmod 4750 mnt/bin/su chmod 4755 mnt/bin/passwd +chmod 4751 mnt/bin/pls chmod 4755 mnt/bin/ping chmod 4755 mnt/bin/traceroute chmod 4750 mnt/bin/reboot -- cgit v1.2.3