tzh
2024-08-22 c7d0944258c7d0943aa7b2211498fd612971ce27
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
   "target": "linux/amd64",
   "http": "myhost.com:56741",
   "workdir": "/syzkaller/workdir",
   "kernel_obj": "/linux/",
   "image": "/linux_image/wheezy.img",
   "sshkey": "/linux_image/ssh/id_rsa",
   "syzkaller": "/syzkaller",
   "disable_syscalls": ["keyctl", "add_key", "request_key"],
   "suppressions": ["some known bug"],
   "procs": 4,
   "type": "qemu",
   "vm": {
       "count": 16,
       "cpu": 2,
       "mem": 2048,
       "kernel": "/linux/arch/x86/boot/bzImage",
       "initrd": "linux/initrd"
   }
}