diff options
-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" |