From f56643eec1a441cdf02b2c106d042f97c4aa5154 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 16 Sep 2009 14:12:10 +0000 Subject: improved man entry to excluding a path from all checks --- src/msec/man.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/msec/man.py b/src/msec/man.py index 2bd1439..d00838a 100755 --- a/src/msec/man.py +++ b/src/msec/man.py @@ -219,8 +219,17 @@ In a similar way, it is possible to exclude the results for the .PP Each exception entry is a regular exception, and you might define as many -exceptions as necessary. See below for all msec options that support this -feature. +exceptions as necessary. + +.PP +In order to exclude a path from all msec checks, you may use * for the check +name. For example, the following would exclude /media/ from all msec checks: + +.TP + * /media/ + +.PP +See below for all msec options that support this feature. .SH "SECURITY OPTIONS" -- cgit v1.2.1