Skip to content

Commit

Permalink
Fix regex in file_ownership_audit_configuration
Browse files Browse the repository at this point in the history
This regex was not matching the files as expected. After some minor
changes with scapes, it is working.
  • Loading branch information
marcusburghardt committed May 28, 2024
1 parent a2f912a commit 6dac78e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ template:
- /etc/audit/
- /etc/audit/rules.d/
file_regex:
- ^audit(\.rules|d\.conf)$
- ^.*/audit\(\.rules\|d\.conf\)$
- ^.*\.rules$
fileuid: '0'

0 comments on commit 6dac78e

Please sign in to comment.