Skip to content

Commit

Permalink
Fix regex also for groupownership and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusburghardt committed May 30, 2024
1 parent b9432e0 commit fe7a5ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ template:
- /etc/audit/
- /etc/audit/rules.d/
file_regex:
- ^audit(\.rules|d\.conf)$
- ^.*audit(\.rules|d\.conf)$
- ^.*\.rules$
gid_or_name: '0'
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ template:
- /etc/audit/
- /etc/audit/rules.d/
file_regex:
- .*audit\(\.rules\|d\.conf\)$
- .*\.rules$
- ^.*audit(\.rules|d\.conf)$
- ^.*\.rules$
allow_stricter_permissions: "true"
filemode: '0640'

0 comments on commit fe7a5ea

Please sign in to comment.