Commit 609ec9ca authored by Daniel Helgenberger's avatar Daniel Helgenberger Committed by Ed Reel

More dev mode security (#3202)

Add some best practices to harden dev mode
Source: https://dev.to/isr/comment/6a03
parent 77e62bb6
......@@ -34,7 +34,12 @@ Prerequisites
You will need a Chromebook with developer mode enabled. To do so, select your device on
[the ChromiumOS Wiki](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices) and follow the instructions listed there.
Please be aware of the fact that developer mode is insecure if not properly configured. Setting a password as instructed in the VT-2 login screen is essential.
Please be aware of the fact that developer mode is insecure if not properly configured. Setting a password as instructed in the VT-2 login screen is essential. It is also recommended to enable signed boot:
```bash
sudo chromeos-setdevpasswd
sudo crossystem dev_boot_signed_only=1
```
Installation
------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment