Skip to content

Commit 57bd661

Browse files
committed
fix: privilege abuse rule
#143
1 parent 36a7c52 commit 57bd661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audit.rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513

514514
## Privilege Abuse
515515
### 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
516+
-a always,exit -F dir=/home -F uid=0 -F auid>=1000 -F auid!=-1 -C auid!=obj_uid -k power_abuse
517517

518518
# Socket Creations
519519
# will catch both IPv4 and IPv6

0 commit comments

Comments
 (0)