From 1d4919bb81418d2726486a9711e7b4fdb0b846f1 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 19 Oct 2021 11:56:16 -0600 Subject: [PATCH] Meta: Document anon user's password --- Documentation/BuildInstructions.md | 2 ++ 1 file changed, 2 insertions(+) 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.