forked from ansible-lockdown/RHEL9-CIS
Improve logic for 5.3.3.2.x controls
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
7d49c0d27c
commit
9f3d8becf0
2 changed files with 32 additions and 21 deletions
|
|
@ -243,13 +243,12 @@
|
|||
mode: 'go-rwx'
|
||||
state: touch
|
||||
|
||||
- name: "PRELIM | AUDIT | Capture pam secuirty related files"
|
||||
- name: "PRELIM | AUDIT | Capture pam security related files"
|
||||
tags: always
|
||||
ansible.builtin.find:
|
||||
paths:
|
||||
- /etc/security/pwquality.conf.d/
|
||||
- /etc/pam.d/
|
||||
patterns: '*-auth,*.conf'
|
||||
patterns: '*.conf'
|
||||
register: prelim_pam_pwquality_confs
|
||||
|
||||
- name: "PRELIM | AUDIT | Gather UID 0 accounts other than root"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue