4
0
Fork 0

Exentsion to auditd

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-10-14 12:29:06 +01:00
parent acdb56a277
commit 1d96539637
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
2 changed files with 23 additions and 0 deletions

View file

@ -51,3 +51,19 @@
- patch
- auditd
- rule_4.1.2.3
- name: PATCH | Configure other keys for auditd.conf
lineinfile:
path: /etc/audit/auditd.conf
regexp: "^{{ item }}( |=)"
line: "{{ item }} = {{ rhel9cis_auditd_extra_conf[item] }}"
loop: "{{ rhel9cis_auditd_extra_conf.keys() }}"
notify: restart auditd
when:
- rhel9cis_auditd_extra_conf.keys() | length > 0
tags:
- level2-server
- level2-workstation
- automated
- patch
- auditd