aboutsummaryrefslogtreecommitdiffstats
path: root/docs/openbsd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/openbsd')
-rw-r--r--docs/openbsd/setup.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/openbsd/setup.md b/docs/openbsd/setup.md
index da27a235e..3ba94d7e1 100644
--- a/docs/openbsd/setup.md
+++ b/docs/openbsd/setup.md
@@ -97,6 +97,17 @@ $ make -C compile/SYZKALLER
$ vmctl stop syzkaller-1 -w
$ vmctl start syzkaller-1 -c -t syzkaller -d "$VMIMG"
$ ssh "root@100.64.${VMID}.3" 'cat >~/.ssh/authorized_keys' <$SSHKEY.pub
+ ```
+
+5. Optionally, library ASLR can be disabled in order to improve boot time:
+
+ ```sh
+ $ echo library_aslr=NO | ssh "root@100.64.${VMID}.3" 'cat >/etc/rc.conf.local'
+ ```
+
+6. Finally, stop the VM:
+
+ ```sh
$ vmctl stop syzkaller-1 -w
```