We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a7c52 commit 57bd661Copy full SHA for 57bd661
audit.rules
@@ -513,7 +513,7 @@
513
514
## Privilege Abuse
515
### The purpose of this rule is to detect when an admin may be abusing power by looking in user's home dir.
516
--a always,exit -F dir=/home -F auid=0 -F auid>=1000 -F auid!=-1 -C auid!=obj_uid -k power_abuse
+-a always,exit -F dir=/home -F uid=0 -F auid>=1000 -F auid!=-1 -C auid!=obj_uid -k power_abuse
517
518
# Socket Creations
519
# will catch both IPv4 and IPv6
0 commit comments