aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-03-18 03:09:04 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-03-20 04:18:16 +0000
commit623305521a130ee29d32df86af67c671c60f61af (patch)
tree6afc4548136d4bda57a3039720406d91d5efcb6a /docs
parent9209bc22d7f180ccb6aa6e8d45aec4980dceffc7 (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')
-rw-r--r--docs/configuration.md2
-rw-r--r--docs/reproducing_crashes.md2
2 files changed, 2 insertions, 2 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).
diff --git a/docs/reproducing_crashes.md b/docs/reproducing_crashes.md
index 41156069e..e0fb15ac6 100644
--- a/docs/reproducing_crashes.md
+++ b/docs/reproducing_crashes.md
@@ -241,7 +241,7 @@ https://groups.google.com/d/msg/syzkaller/fHZ42YrQM-Y/Z4Xf-BbUDgAJ.
This process is automated to some degree in the `syz-repro` utility. You need to
give it your manager config and a crash report file. And you can refer to the
-[example config file](/pkg/mgrconfig/testdata/qemu.cfg).
+[example config file](/pkg/mgrconfig/testdata/qemu-example.cfg).
```
./syz-repro -config my.cfg crash-qemu-1-1455745459265726910
```