aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.md
Commit message (Collapse)AuthorAgeFilesLines
* pkg/mgrconfig: add a sample syzkaller configAleksandr Nogikh2025-03-201-1/+1
| | | | | Add a sample syzkaller config with comments so that we could refer to it in the tutorials.
* docs: don't duplicate manager config parametersDmitry Vyukov2019-05-211-43/+4
| | | | | | | | | Currently we have them duplicated in docs/configuration.md and the actual source in pkg/mgrconfig/config.go. Documentation is missing in one place or another, some is outdated, some is phrased slightly differently. Move all docs to pkg/mgrconfig/config.go and reference it from docs/configuration.md instead.
* Update configuration.mdLA2018-10-171-1/+3
| | | | VM parameters are not defined in config.go, I've found them in qemu.go instead. Fix for the documentation to make it easier to find all supported parameters for qemu.
* pkg/mgrconfig: move from syz-manager/mgrconfigDmitry Vyukov2018-08-021-2/+2
| | | | | | | | mgrconfig was used only by syz-manager initially, but now it's used by a dozen of packages and it's weird to import from under a binary dir. pkg/ is much more reasonable dir for a widely used helper package.
* manager: Fix default value for 'sandbox' (#666)Zach Riggle2018-08-011-2/+2
| | | | | | | | docs: fix default sandbox value The docs and code comments state in several places that 'setuid' is the default sandbox value. However, the default is actually 'none'. Fix docs.
* docs: remove mentions of vmlinuxDmitry Vyukov2018-06-281-1/+1
| | | | | | vmlinux is deprecated in favor of kernel_obj. Remove all mentions of it. Also warn in syz-manager/mgrconfig if vmlinux is set.
* pkg/host: rework host feature detection/setupDmitry Vyukov2018-06-121-1/+0
| | | | | | | | | | Currently host feature detection/setup code is spread across platform-independent fuzzer code, pkg/host, pkg/ipc and executor. Move this all into pkg/host and show readable info about features on manager start. Fixes #46
* syz-manager: enable sending group emailsTim Tianyang Chen2017-12-211-1/+1
| | | | | | | Email_Addr variable has been changed to Email_Addrs that contains a list of recipient. Signed-off-by: Tim Tianyang Chen <soapcn@gmail.com>
* syz-manager: add simple email supportTim Tianyang Chen2017-12-141-0/+2
| | | | | | | | Users can specify an email address to reveive notifications when a bug is discovered for the first time, without setting up a full fledged dashboard. The supported mailer is mailx. Signed-off-by: Tim Tianyang Chen <soapcn@gmail.com>
* docs: clarify what is syzkaller config parameterDmitry Vyukov2017-12-081-1/+3
|
* use absolute linkLeadroyaL2017-10-201-2/+2
|
* docs: fix configuration documentationLeadroyaL2017-10-201-2/+2
|
* syz-manager: make vmlinux optionalDmitry Vyukov2017-09-231-1/+2
| | | | | | It's currently both optional and non optional. We require it to be non-empty, but at the same time allow fake "-" which effectively means "no vmlinux". Make it optional.
* syz-manager/mgrconfig: move sshkey from vm config to manager configDmitry Vyukov2017-06-171-2/+2
| | | | | | | | | | | | | | Sshkey is a property of image, which is in manager config. Move sshkey to the same location as image. The motivation for the move is as follows. Continuous build produces an image and the key, both need to be passed manager instance. Continuous build system should not distinguish different VM types and mess with their configs. NOTE FOR USERS: this breaks manager configs again. Hopefully the last time for now. Docs are updated.
* docs: various improvementsAndrey Konovalov2017-06-141-0/+39