diff options
author | Jesse Buhagiar <jooster669@gmail.com> | 2021-04-14 12:23:55 +1000 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-05-29 22:33:12 +0430 |
commit | 82b48d867ddc490760bb57e8260d2679a9f329ec (patch) | |
tree | d6405f0c5c249afa320a2f5bdfb444b957ebc147 /Meta/build-root-filesystem.sh | |
parent | ea33e9647bec2d549b6a1a60fa9f4caf315aca92 (diff) | |
download | serenity-82b48d867ddc490760bb57e8260d2679a9f329ec.zip |
Userland: Implement `pls`, a sudo clone
Diffstat (limited to 'Meta/build-root-filesystem.sh')
-rwxr-xr-x | Meta/build-root-filesystem.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |