summaryrefslogtreecommitdiffhomepage
path: root/images/syzkaller/default-gvisor-config.cfg
blob: c69641c21487a6801459223bdebba2f0907a3d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
        "name": "gvisor",
        "target": "linux/amd64",
        "http": ":80",
        "workdir": "/tmp/syzkaller/workdir/",
        "image": "/tmp/syzkaller/runsc",
        "syzkaller": "/syzkaller/gopath/src/github.com/google/syzkaller",
        "cover": false,
        "procs": 1,
        "type": "gvisor",
        "vm": {
                "count": 1,
                "runsc_args": "--debug --network none --platform ptrace --vfs2 --fuse -net-raw -watchdog-action=panic"
        }
}