aboutsummaryrefslogtreecommitdiffstats
path: root/syz-manager/example.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'syz-manager/example.cfg')
-rw-r--r--syz-manager/example.cfg23
1 files changed, 0 insertions, 23 deletions
diff --git a/syz-manager/example.cfg b/syz-manager/example.cfg
deleted file mode 100644
index c5142856f..000000000
--- a/syz-manager/example.cfg
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "http": "myhost.com:56741",
- "workdir": "/syzkaller/workdir",
- "kernel": "/linux/arch/x86/boot/bzImage",
- "initrd": "linux/initrd",
- "vmlinux": "/linux/vmlinux",
- "image": "/linux_image/wheezy.img",
- "sshkey": "/linux_image/ssh/id_rsa",
- "syzkaller": "/syzkaller",
- "type": "qemu",
- "count": 16,
- "procs": 4,
- "cpu": 2,
- "mem": 2048,
- "disable_syscalls": [
- "keyctl",
- "add_key",
- "request_key"
- ],
- "suppressions": [
- "some known bug"
- ]
-}