aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gvisor.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-06-28 12:01:02 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-06-28 13:42:04 +0200
commite502f1a6dfee2bd1716d838340b1584c05d29b60 (patch)
tree1830f87856fa251b0ef7949b158074d0225e6ec7 /docs/gvisor.md
parentdba0b50e7863cf82c29969caed47da4b8c99ee05 (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/gvisor.md')
-rw-r--r--docs/gvisor.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/gvisor.md b/docs/gvisor.md
index be399b107..0bbdd7ae6 100644
--- a/docs/gvisor.md
+++ b/docs/gvisor.md
@@ -13,7 +13,6 @@ special regarding `gVisor` besides that. Here is an example manager config:
"http": ":12345",
"workdir": "/workdir",
"image": "/usr/local/bin/runsc",
- "vmlinux": "/usr/local/bin/runsc",
"syzkaller": "/gopath/src/github.com/google/syzkaller",
"cover": false,
"procs": 8,