mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-30 14:50:36 +00:00
24 lines
448 B
INI
24 lines
448 B
INI
{
|
|
"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"
|
|
]
|
|
}
|