Skip to content

Commit

Permalink
Merge pull request #107 from Pierre-Gronau-ndaal/patch-46
Browse files Browse the repository at this point in the history
Update audit.rules setfiles
  • Loading branch information
Neo23x0 committed Feb 5, 2024
2 parents 7c938fc + 7140cd8 commit 984a6dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,10 @@
-w /usr/bin/dbus-send -p x -k dbus_send
-w /usr/bin/gdbus -p x -k gdubs_call

## setfiles
-a always,exit -F path=/usr/bin/setfiles -F perm=x -F auid>=500 -F auid!=4294967295 -k -F T1078_Valid_Accounts
-a always,exit -F path=/usr/sbin/setfiles -F perm=x -F auid>=500 -F auid!=4294967295 -k -F T1078_Valid_Accounts

### dbus
-a always,exit -F path=/lib64/dbus-1/dbus-daemon-launch-helper -F perm=x -F auid>=500 -F auid!=4294967295 -k T1078_Valid_Accounts
-a always,exit -F path=/usr/lib64/dbus-1/dbus-daemon-launch-helper -F perm=x -F auid>=500 -F auid!=4294967295 -k T1078_Valid_Accounts
Expand Down

0 comments on commit 984a6dd

Please sign in to comment.