diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-06-28 12:01:02 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-28 13:42:04 +0200 |
| commit | e502f1a6dfee2bd1716d838340b1584c05d29b60 (patch) | |
| tree | 1830f87856fa251b0ef7949b158074d0225e6ec7 /docs/linux/setup_linux-host_isolated.md | |
| parent | dba0b50e7863cf82c29969caed47da4b8c99ee05 (diff) | |
docs: remove mentions of vmlinux
vmlinux is deprecated in favor of kernel_obj.
Remove all mentions of it.
Also warn in syz-manager/mgrconfig if vmlinux is set.
Diffstat (limited to 'docs/linux/setup_linux-host_isolated.md')
| -rw-r--r-- | docs/linux/setup_linux-host_isolated.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linux/setup_linux-host_isolated.md b/docs/linux/setup_linux-host_isolated.md index 1a2368336..0ee3beab5 100644 --- a/docs/linux/setup_linux-host_isolated.md +++ b/docs/linux/setup_linux-host_isolated.md @@ -83,7 +83,7 @@ Use the following config: "rpc": "127.0.0.1:0", "sshkey" : "/path/to/optional/sshkey", "workdir": "/syzkaller/workdir", - "vmlinux": "/linux-next/vmlinux", + "kernel_obj": "/linux-next", "syzkaller": "/go/src/github.com/google/syzkaller", "sandbox": "setuid", "type": "isolated", @@ -98,7 +98,7 @@ Use the following config: Don't forget to update: - `target` (target OS/arch) - `workdir` (path to the workdir) - - `vmlinux` (path to the `vmlinux` binary) + - `kernel_obj` (path to kernel build directory) - `sshkey` You can setup an sshkey (optional) - `vm.targets` List of hosts to use for fufzzing - `vm.target_dir` Working directory on the target host |
