We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fd084 commit c2cf074Copy full SHA for c2cf074
rules/10-no-audit.rules
@@ -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.
+## This set of rules is to suppress the performance effects of the audit
+## 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.
5
6
## First rule - delete all
7
-D
8
-## This suppresses syscall auditing for all tasks started
-## with this rule in effect. Remove it if you need syscall
9
-## auditing.
+## This suppresses syscall auditing for all tasks.
10
-a task,never
11
0 commit comments