Skip to content

Commit fbde45f

Browse files
add documentation for filesystem filter
1 parent f064490 commit fbde45f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/auditctl.8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ Add a rule to the user message filter list. This list is used by the kernel to f
8282
.TP
8383
.B exclude
8484
Add a rule to the event type exclusion filter list. This list is used to filter events that you do not want to see. For example, if you do not want to see any avc messages, you would using this list to record that. Events can be excluded by process ID, user ID, group ID, login user ID, message type or subject context. The action is ignored and uses its default of "never".
85+
.TP
86+
.B filesystem
87+
Add a rule that will be applied to a whole filesystem. The filesystem must be identified with a fstype field. Normally this filter is used to exclude any events for a whole filesystem such as tracefs or debugfs.
8588
.RE
8689

8790
The following describes the valid \fIactions\fP for the rule:

0 commit comments

Comments
 (0)