mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Documentation: Remove outdated info about pls
from build instructions
This commit is contained in:
parent
7dedf09f3d
commit
89dceb178b
Notes:
sideshowbarker
2024-07-18 17:08:47 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/89dceb178b2
1 changed files with 0 additions and 2 deletions
|
@ -230,8 +230,6 @@ $ ninja run
|
||||||
|
|
||||||
Note that the `anon` user is able to become `root` without password by default, as a development convenience.
|
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`.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue