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 /Documentation | |
parent | ea33e9647bec2d549b6a1a60fa9f4caf315aca92 (diff) | |
download | serenity-82b48d867ddc490760bb57e8260d2679a9f329ec.zip |
Userland: Implement `pls`, a sudo clone
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 438bace435..5ed034c240 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -230,6 +230,8 @@ $ ninja run Note that the `anon` user is able to become `root` without password by default, as a development convenience. To prevent this, remove `anon` from the `wheel` group and he will no longer be able to run `/bin/su`. +`anon` is also, by default, located in `/etc/sudoers`, meaning that they will be able to execute with root permission using `pls`. +To prevent this, remove them from `/etc/sudoers`. On Linux, QEMU is significantly faster if it's able to use KVM. The run script will automatically enable KVM if `/dev/kvm` exists and is readable+writable by the current user. |