From e502f1a6dfee2bd1716d838340b1584c05d29b60 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 28 Jun 2018 12:01:02 +0200 Subject: 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. --- docs/gvisor.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/gvisor.md') 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, -- cgit mrf-deployment