From 80c748800e07c28955c3cf696e7eda464a3f0634 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 27 Oct 2017 15:09:26 +0200 Subject: docs: assorted improvements --- docs/usage.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/usage.md') diff --git a/docs/usage.md b/docs/usage.md index 6925c233a..308c8583f 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -11,9 +11,6 @@ The `syz-manager` process will wind up VMs and start fuzzing in them. The `-config` command line option gives the location of the configuration file, which is [described here](configuration.md). Found crashes, statistics and other information is exposed on the HTTP address specified in the manager config. -At this point it's important to ensure that syzkaller is able to collect code coverage of the executed programs (unless you specified `"cover": false` in the config). -The `cover` counter on the web page should be non zero. - ## Crashes Once syzkaller detected a kernel crash in one of the VMs, it will automatically start the process of reproducing this crash (unless you specified `"reproduce": false` in the config). -- cgit mrf-deployment