From 623305521a130ee29d32df86af67c671c60f61af Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 18 Mar 2025 03:09:04 +0100 Subject: pkg/mgrconfig: add a sample syzkaller config Add a sample syzkaller config with comments so that we could refer to it in the tutorials. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration.md') 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). -- cgit mrf-deployment