4
0
Fork 0

Improve logic for 5.3.3.2.x controls

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-01-22 16:56:51 +00:00
parent 7d49c0d27c
commit 9f3d8becf0
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9
2 changed files with 32 additions and 21 deletions

View file

@ -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"