aboutsummaryrefslogtreecommitdiffstats
path: root/manager/example.cfg
blob: 216e09eeb1a2d1077839d4498ab7ae5cecccee8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
	]
}