forked from ansible-lockdown/RHEL9-CIS
audit binaries variables
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
2827c752ac
commit
c5278da4e5
1 changed files with 3 additions and 21 deletions
|
|
@ -105,13 +105,7 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
mode: 'go-w'
|
mode: 'go-w'
|
||||||
loop:
|
loop: "{{ audit_bins }}"
|
||||||
- /sbin/auditctl
|
|
||||||
- /sbin/aureport
|
|
||||||
- /sbin/ausearch
|
|
||||||
- /sbin/autrace
|
|
||||||
- /sbin/auditd
|
|
||||||
- /sbin/augenrules
|
|
||||||
|
|
||||||
- name: "6.3.4.9 | PATCH | Ensure audit tools owner is configured"
|
- name: "6.3.4.9 | PATCH | Ensure audit tools owner is configured"
|
||||||
when:
|
when:
|
||||||
|
|
@ -126,13 +120,7 @@
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
loop:
|
loop: "{{ audit_bins }}"
|
||||||
- /sbin/auditctl
|
|
||||||
- /sbin/aureport
|
|
||||||
- /sbin/ausearch
|
|
||||||
- /sbin/autrace
|
|
||||||
- /sbin/auditd
|
|
||||||
- /sbin/augenrules
|
|
||||||
|
|
||||||
- name: "6.3.4.10 | PATCH | Ensure audit tools group owner is configured"
|
- name: "6.3.4.10 | PATCH | Ensure audit tools group owner is configured"
|
||||||
when:
|
when:
|
||||||
|
|
@ -147,10 +135,4 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
group: root
|
group: root
|
||||||
loop:
|
loop: "{{ audit_bins }}"
|
||||||
- /sbin/auditctl
|
|
||||||
- /sbin/aureport
|
|
||||||
- /sbin/ausearch
|
|
||||||
- /sbin/autrace
|
|
||||||
- /sbin/auditd
|
|
||||||
- /sbin/augenrules
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue