From ac20b98c1b72fd433f573c383ec9460d672647e2 Mon Sep 17 00:00:00 2001 From: Tim Tianyang Chen Date: Tue, 12 Dec 2017 14:46:49 -0800 Subject: 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 --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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: - `/crashes/*`: crash output files (see [Crash Reports](#crash-reports)) - `/corpus.db`: corpus with interesting programs -- cgit mrf-deployment