Skip to content

Commit 8ed522a

Browse files
committed
Better explain when to use each file
1 parent c2cf074 commit 8ed522a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

rules/10-base-config.rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## This file should be included whenever syscall auditing is desired. It sets
2+
## up some common parameters needed no matter what additional rules get added.
3+
14
## First rule - delete all
25
-D
36

rules/10-no-audit.rules

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## This set of rules is to suppress the performance effects of the audit
2-
## system. The result is that you only get hardwired events. If you need
3-
## syscall auditing, delete this file and install 10-base-config.rules +
4-
## other files to make your audit policy.
1+
## This set of rules is to negate the performance effects of the audit system
2+
## by preventing syscall auditing to work. You would use this when you want
3+
## the best system performance without a properly working audit system.
4+
## As a result, you only get hardwired events. If you need syscall auditing,
5+
## delete this file and install 10-base-config.rules + other files to make
6+
## your audit policy.
57

68
## First rule - delete all
79
-D

0 commit comments

Comments
 (0)