aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-11-23 17:01:47 +0100
committerDmitry Vyukov <dvyukov@google.com>2015-11-23 17:01:47 +0100
commitae326c055535d2628c950b002967e07ddc36af9a (patch)
tree837ac7efb4309288d83f27409318cc91f01d4daf /README.md
parent8899663297c8b215ad70c91daa3d492a155888e1 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 896d8ffd1..e7de65902 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,8 @@ following keys in its top-level object:
- `cpu`: Number of CPUs to simulate in the VM (*not currently used*).
- `mem`: Amount of memory (in MiB) for the VM; this is passed as the `-m` option to
`qemu-system-x86_64`.
- - `disable_syscalls`: List of system calls that should be treated as disabled.
+ - `enable_syscalls`: List of syscalls to test (optional).
+ - `disable_syscalls`: List of system calls that should be treated as disabled (optional).
## Running syzkaller