Skip to content

Commit

Permalink
Update audit.rules High Volume Event Filter (especially on Linux Work…
Browse files Browse the repository at this point in the history
…stations)

only same structure with -F key= instead of -k
  • Loading branch information
Pierre-Gronau-ndaal authored Feb 21, 2024
1 parent 36a7c52 commit 0a7589c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@
-a exit,never -F arch=b64 -S all -F exe=/usr/bin/vmtoolsd

## High Volume Event Filter (especially on Linux Workstations)
-a never,exit -F arch=b64 -F dir=/dev/shm -k sharedmemaccess
-a never,exit -F arch=b64 -F dir=/var/lock/lvm -k locklvm
-a never,exit -F arch=b32 -F dir=/dev/shm/ -F key=sharedmemaccess
-a never,exit -F arch=b64 -F dir=/dev/shm/ -F key=sharedmemaccess

-a never,exit -F arch=b32 -F dir=/var/lock/lvm/ -F key=locklvm
-a never,exit -F arch=b64 -F dir=/var/lock/lvm/ -F key=locklvm

## FileBeat
-a never,exit -F arch=b64 -F path=/opt/filebeat -k filebeat
Expand Down

0 comments on commit 0a7589c

Please sign in to comment.