mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
new control option due to space on auditing
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
595b952089
commit
d3f2677fd5
2 changed files with 19 additions and 0 deletions
|
|
@ -8,6 +8,17 @@
|
|||
register: audit_rules_updated
|
||||
notify: restart auditd
|
||||
|
||||
|
||||
- name: POST | Set up auditd user logging exceptions
|
||||
template:
|
||||
src: audit/98_auditd_exception.rules.j2
|
||||
dest: /etc/audit/rules.d/98_auditd_exceptions.rules
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0600
|
||||
notify: restart auditd
|
||||
when: allow_auditd_uid_user_exclusions
|
||||
|
||||
- name: POST | AUDITD | Discover if auditd immutable - Set reboot required if auditd immutable
|
||||
block:
|
||||
- name: POST | AUDITD | Discover if auditd immutable - will require reboot if auditd template applied
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue