diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-12-17 16:06:33 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-12-17 16:06:33 +0100 |
| commit | 8e7ca7c5ff18e17cab7b6b3ae569565224f95fcc (patch) | |
| tree | 613bbb3f12f7f2f63ad225648f6971a1393d3703 /manager/example.cfg | |
| parent | 06e67265374faa677dba2dbd2577054278f19823 (diff) | |
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.
Diffstat (limited to 'manager/example.cfg')
| -rw-r--r-- | manager/example.cfg | 25 |
1 files changed, 0 insertions, 25 deletions
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" - ] -} |
