diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-04-14 16:20:59 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-04-14 16:48:04 +0200 |
| commit | 7c7e90dfd1801788a85fb4a2e16ea9f8bfd8d217 (patch) | |
| tree | 09f574dca56b5c38b9d9f101418d66e43d366af6 /docs | |
| parent | 3134b37f0ab0b36b36f6b94e842ca007d35108b6 (diff) | |
docs/linux: fix config syntax
Sandbox value needs quotes,
but we can simply drop sandbox as "none" is the default value.
Fixes #2526
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/linux/setup_linux-host_android-device_arm-kernel.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/linux/setup_linux-host_android-device_arm-kernel.md b/docs/linux/setup_linux-host_android-device_arm-kernel.md index 90996637a..27be7797b 100644 --- a/docs/linux/setup_linux-host_android-device_arm-kernel.md +++ b/docs/linux/setup_linux-host_android-device_arm-kernel.md @@ -53,10 +53,8 @@ Create a manager config `android.cfg`: "workdir": "$GOPATH/src/github.com/google/syzkaller/workdir", "kernel_obj": "$KERNEL", "syzkaller": "$GOPATH/src/github.com/google/syzkaller", - "sandbox": none, - "procs": 1, - "type": "adb", "cover": true, + "type": "adb", "vm": { "devices": [$DEVICES], "battery_check": true |
