|
|
Log in / Subscribe / Register

syzcaller configuration file

{
	"http": "localhost:56741",
	"workdir": "/syzkaller",
	"kernel": "/home/dmd/src/linux-tip/build/arch/x86/boot/bzImage",
	"vmlinux": "/home/dmd/src/linux-tip/build/vmlinux",
	"image": "/home/dmd/src/linux-tip/wheezy.img",
	"sshkey": "/home/dmd/src/linux-tip/ssh/id_rsa",
	"syzkaller": "/home/dmd/go/src/github.com/google/syzkaller",
	"type": "qemu",
	"count": 3,
	"procs": 1,
	"cpu": 2,
	"mem": 1024,
	"dropprivs" : true,
	"enable_syscalls": [
		"shmget",
		"shmat",
		"shmctl",
		"mremap",
		"remap_file_pages"
	],
	"disable_syscalls": [
		"keyctl",
		"add_key",
		"request_key"
	],
	"suppressions": [
		"some known bug"
	]
}


to post comments


Copyright © 2016, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds