aboutsummaryrefslogtreecommitdiffstats
path: root/manager/example.cfg
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-10-12 10:16:57 +0200
committerDmitry Vyukov <dvyukov@google.com>2015-10-12 10:16:57 +0200
commit874c5754bb22dbf77d6b600ff91f0f4f1fc5073a (patch)
tree0075fbd088046ad5c86e6e972235701d68b3ce7c /manager/example.cfg
initial commit
Diffstat (limited to 'manager/example.cfg')
-rw-r--r--manager/example.cfg25
1 files changed, 25 insertions, 0 deletions
diff --git a/manager/example.cfg b/manager/example.cfg
new file mode 100644
index 000000000..216e09eeb
--- /dev/null
+++ b/manager/example.cfg
@@ -0,0 +1,25 @@
+{
+ "name": "my-qemu-asan",
+ "http": "myhost.com:56741",
+ "master": "myhost.com:48342",
+ "workdir": "/syzkaller/manager/workdir",
+ "vmlinux": "/linux/vmlinux",
+ "type": "qemu",
+ "count": 16,
+ "port": 23504,
+ "params": {
+ "kernel": "/linux/arch/x86/boot/bzImage",
+ "image": "/linux_image/wheezy.img",
+ "sshkey": "/linux_image/ssh/id_rsa",
+ "fuzzer": "/syzkaller/fuzzer/fuzzer",
+ "executor": "/syzkaller/executor/executor",
+ "port": 23505,
+ "cpu": 2,
+ "mem": 2048
+ },
+ "disable_syscalls": [
+ "keyctl",
+ "add_key",
+ "request_key"
+ ]
+}