diff options
author | Tom <tomut@yahoo.com> | 2021-10-19 11:56:16 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-10-20 18:07:24 +0200 |
commit | 1d4919bb81418d2726486a9711e7b4fdb0b846f1 (patch) | |
tree | 85aaba86d4db6d1475be4523bd62fa27b9c2f450 /Documentation/BuildInstructions.md | |
parent | 44555eb50a51606073f37e0d7faa94afa4e8eab0 (diff) | |
download | serenity-1d4919bb81418d2726486a9711e7b4fdb0b846f1.zip |
Meta: Document anon user's password
Diffstat (limited to 'Documentation/BuildInstructions.md')
-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 c72f770c26..e93aa1a977 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -75,6 +75,8 @@ repository. It will also build a disk image and start SerenityOS using QEMU. Note that the `anon` user is able to become `root` without a 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`. +By default the `anon` user account's password is: `foo` + If you want to test whether your code changes compile without running the VM you can use `Meta/serenity.sh build`. The `serenity.sh` script also provides a number of other commands. Run the script without arguments for a list. |