Skip to content

Commit c2cf074

Browse files
committed
Better explain this rule
1 parent 13fd084 commit c2cf074

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rules/10-no-audit.rules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## This set of rules is to suppress the performance effects of the
2-
## audit system. The result is that you only get hardwired events.
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.
35

46
## First rule - delete all
57
-D
68

7-
## This suppresses syscall auditing for all tasks started
8-
## with this rule in effect. Remove it if you need syscall
9-
## auditing.
9+
## This suppresses syscall auditing for all tasks.
1010
-a task,never
1111

0 commit comments

Comments
 (0)