aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.md
Commit message (Collapse)AuthorAgeFilesLines
* 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