github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/images/syzkaller/default-gvisor-config.cfg (about)

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