mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-23 21:22:56 +00:00
26 lines
542 B
INI
26 lines
542 B
INI
{
|
|
"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"
|
|
]
|
|
}
|