github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/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.cfg);
     6  the file is in JSON format and contains the the [following parameters](/pkg/mgrconfig/config.go).