mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
fixed new perms requirement
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
64dc43fa22
commit
eea2e1f4cc
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
dest: /etc/audit/rules.d/99_auditd.rules
|
dest: /etc/audit/rules.d/99_auditd.rules
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0600
|
mode: 0640
|
||||||
register: audit_rules_updated
|
register: audit_rules_updated
|
||||||
notify:
|
notify:
|
||||||
- Auditd_immutable_check
|
- Auditd_immutable_check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue