Skip to content

Commit

Permalink
Fixes missing line at end of audit rules file (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
plkokanov authored Jul 31, 2024
1 parent d91f6f7 commit 5e4fa4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## The mount_setattr kernel function is available only linux kernel versions >= 5.12.
## It is specified in a separate rule so that the rule for the system
## calls above can be safely loaded on kernel versions < 5.12.
-a exit,always -F arch=b64 -S mount_setattr -F auid!=-1 -F key=privileged_special
-a exit,always -F arch=b64 -S mount_setattr -F auid!=-1 -F key=privileged_special
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## The mount_setattr kernel function is available only linux kernel versions >= 5.12.
## It is specified in a separate rule so that the rule for the system
## calls above can be safely loaded on kernel versions < 5.12.
-a exit,always -F arch=b64 -S mount_setattr -F auid!=-1 -F key=privileged_special
-a exit,always -F arch=b64 -S mount_setattr -F auid!=-1 -F key=privileged_special

0 comments on commit 5e4fa4f

Please sign in to comment.