From 8e7ca7c5ff18e17cab7b6b3ae569565224f95fcc Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 17 Dec 2015 16:06:33 +0100 Subject: remove master and naming overhaul Remove master process entirely, it is not useful in its current form. We first need to understand what we want from it, and them re-implement it. Prefix all binaries with syz- to avoid name clashes. --- manager/example.cfg | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 manager/example.cfg (limited to 'manager/example.cfg') diff --git a/manager/example.cfg b/manager/example.cfg deleted file mode 100644 index 216e09eeb..000000000 --- a/manager/example.cfg +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" - ] -} -- cgit mrf-deployment