4
0
Fork 0

fixed typo on 4.1.4.5

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2024-08-12 10:47:38 +01:00
parent 82c1137b94
commit a0fd194ef4
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9

View file

@ -64,7 +64,7 @@
- name: "4.1.4.5 | PATCH | Ensure audit configuration files are 640 or more restrictive"
ansible.builtin.file:
path: "{{ item.path }}"
mode: 'u-x,g-wx,u-rwx'
mode: 'u-x,g-wx,o-rwx'
failed_when: rhel9cis_4_1_4_5_file_list.state not in '[ file, absent ]'
register: rhel9cis_4_1_4_5_file_list
loop: "{{ auditd_conf_files.files }}"