aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.md
blob: f2343386c2953bc9f49b884c6cea35c1ce503676 (plain)
1
2
3
4
5
6
# Configuration

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-example.cfg);
the file is in JSON format and contains the the [following parameters](/pkg/mgrconfig/config.go).