diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-11-23 17:01:47 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-11-23 17:01:47 +0100 |
| commit | ae326c055535d2628c950b002967e07ddc36af9a (patch) | |
| tree | 837ac7efb4309288d83f27409318cc91f01d4daf /README.md | |
| parent | 8899663297c8b215ad70c91daa3d492a155888e1 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
