diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-09-16 14:12:10 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-09-16 14:12:10 +0000 |
commit | f56643eec1a441cdf02b2c106d042f97c4aa5154 (patch) | |
tree | 71a52596e285ed10c026392c159286f5ed53c360 /src | |
parent | 58d535c894bcae93dd893956664a3b8fb5f96c14 (diff) | |
download | msec-f56643eec1a441cdf02b2c106d042f97c4aa5154.tar msec-f56643eec1a441cdf02b2c106d042f97c4aa5154.tar.gz msec-f56643eec1a441cdf02b2c106d042f97c4aa5154.tar.bz2 msec-f56643eec1a441cdf02b2c106d042f97c4aa5154.tar.xz msec-f56643eec1a441cdf02b2c106d042f97c4aa5154.zip |
improved man entry to excluding a path from all checks
Diffstat (limited to 'src')
-rwxr-xr-x | src/msec/man.py | 13 |
1 files 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" |