summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-05-31 08:53:21 +0200
committerAndreas Kling <kling@serenityos.org>2021-05-31 08:53:21 +0200
commit89dceb178b2023ab75515b1f00c7969793f50ace (patch)
tree348e331e16820172f1b93b6e8fb5fd31e28d829a /Documentation
parent7dedf09f3d0742d75ccc16c875953a11277b2c8f (diff)
downloadserenity-89dceb178b2023ab75515b1f00c7969793f50ace.zip
Documentation: Remove outdated info about `pls` from build instructions
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructions.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md
index 62879aaab6..438bace435 100644
--- a/Documentation/BuildInstructions.md
+++ b/Documentation/BuildInstructions.md
@@ -230,8 +230,6 @@ $ 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/plsusers`, meaning that they will be able to execute with root permission using `pls`.
-To prevent this, remove them from `/etc/plsusers`.
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.