Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/auditctl.8
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Exit value from a syscall. If the exit code is an errno, you may use the text re
Filesystem Group ID. May be numeric or the groups name.
.TP
.B fstype
File system type. This is used with the filesystem rule list. The only values supported are debugfs and tracefs.
File system type. This is used with the filesystem rule list. The only values supported are cgroup, cgroup2, debugfs and tracefs.
.TP
.B fsuid
Filesystem User ID. May be numeric or the user account name.
Expand Down
4 changes: 3 additions & 1 deletion lib/fstypetab.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* fstypetab.h --
* Copyright 2017 Red Hat Inc., Durham, North Carolina.
* Copyright 2017,2026 Red Hat Inc., Durham, North Carolina.
* All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
Expand All @@ -24,3 +24,5 @@
*/
_S(0x74726163, "tracefs" )
_S(0x64626720, "debugfs" )
_S(0x27e0eb, "cgroup" )
_S(0x63677270, "cgroup2" )