diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-03-18 03:09:04 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-03-20 04:18:16 +0000 |
| commit | 623305521a130ee29d32df86af67c671c60f61af (patch) | |
| tree | 6afc4548136d4bda57a3039720406d91d5efcb6a /docs/configuration.md | |
| parent | 9209bc22d7f180ccb6aa6e8d45aec4980dceffc7 (diff) | |
pkg/mgrconfig: add a sample syzkaller config
Add a sample syzkaller config with comments so that we could refer to it
in the tutorials.
Diffstat (limited to 'docs/configuration.md')
| -rw-r--r-- | docs/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 7e4dbc302..f2343386c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -2,5 +2,5 @@ The operation of the syzkaller `syz-manager` process is governed by a configuration file, passed at invocation time with the `-config` option. -This configuration can be based on the [example](/pkg/mgrconfig/testdata/qemu.cfg); +This configuration can be based on the [example](/pkg/mgrconfig/testdata/qemu-example.cfg); the file is in JSON format and contains the the [following parameters](/pkg/mgrconfig/config.go). |
