github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/docs/configuration.md (about) 1 # Configuration 2 3 The operation of the syzkaller `syz-manager` process is governed by a 4 configuration file, passed at invocation time with the `-config` option. 5 This configuration can be based on the [example](/pkg/mgrconfig/testdata/qemu-example.cfg); 6 the file is in JSON format and contains the the [following parameters](/pkg/mgrconfig/config.go).