aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTim Tianyang Chen <soapcn@gmail.com>2017-12-12 14:46:49 -0800
committerDmitry Vyukov <dvyukov@google.com>2017-12-14 08:57:27 +0100
commitac20b98c1b72fd433f573c383ec9460d672647e2 (patch)
treedbef9d3ba8c68c4f7d04c49c319cd25c28b92c3c /docs
parentea8dc17ee971e915df1dc8fdd4683c2aafc7b53f (diff)
syz-manager: add simple email support
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index ed301267b..04c9ca1bf 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -6,6 +6,8 @@ invocation time with the `-config` option. This configuration can be based on t
following keys in its top-level object:
- `http`: URL that will display information about the running `syz-manager` process.
+ - `email_addr`: Optional email address to receive notifications when bugs are encountered for the first time.
+ Mailx is the only supported mailer. Please set it up prior to using this function.
- `workdir`: Location of a working directory for the `syz-manager` process. Outputs here include:
- `<workdir>/crashes/*`: crash output files (see [Crash Reports](#crash-reports))
- `<workdir>/corpus.db`: corpus with interesting programs