Fancy 3.3.7, fix 5.6.5

This commit is contained in:
root@DERVISHx 2023-10-10 16:56:00 +01:00
parent aaa05fa672
commit 9643e234cf
2 changed files with 8 additions and 13 deletions

View file

@ -101,7 +101,7 @@
- name: "5.6.5 | PATCH | Ensure default user umask is 027 or more restrictive | Force umask on sessions /etc/pam.d/system-auth"
ansible.builtin.lineinfile:
path: /etc/pam.d/system-auth
line: 'session\trequired\t\t\tpam_umask.so'
line: 'session required pam_umask.so'
insertafter: EOF
when:
- rhel9cis_rule_5_6_5