diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-12-17 16:21:46 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-12-17 16:21:46 +0100 |
| commit | f2ec18c03ef95a3a8f760bb34295cf6dc11ddcb4 (patch) | |
| tree | b09aaa9c1f638ed52ecaf293249eb4f2000fb6b6 /README.md | |
| parent | 6f03b803297683be53b506f2401d621f7f48f8af (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,7 +70,7 @@ to build them. Build with `make`, which generates compiled binaries in the `bin The operation of the syzkaller manager process is governed by a configuration file, passed at invocation time with the `-config` option. This configuration can be based on the -[example file](manager/example.cfg) `syz-manager/example.cfg`; the file is in JSON format with the +[syz-manager/example.cfg](syz-manager/example.cfg); the file is in JSON format with the following keys in its top-level object: - `http`: URL that will display information about the running manager process. @@ -160,6 +160,6 @@ close(fd fd) open_mode = S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH ``` -The description is contained in `syzkaller/sys/sys.txt` file. +The description is contained in [sys/sys.txt](sys/sys.txt) file. This is not an official Google product. |
