SV-269388r1155272_rule
V-269388
SRG-OS-000069-GPOS-00037
ALMA-09-036100
CAT II
10
Configure AlmaLinux OS 9 to enforce password complexity on the root account.
Add or update the following line in /etc/security/pwquality.conf:
enforce_for_root
Note: Unlike most Linux tools, pam_pwquality does not override its defaults with those in a drop-in file, so edit /etc/security/pwquality.conf and not use a file in /etc/security/pwquality.conf.d/ or comment out the setting in /etc/security/pwquality.conf if using a drop-in file.
Verify AlmaLinux OS 9 enforces password complexity rules for the root account.
Check if root user is required to use complex passwords with the following command:
$ grep -r enforce_for_root /etc/security/pwquality.conf*
/etc/security/pwquality.conf:# enforce_for_root
/etc/security/pwquality.conf.d/stig.conf:enforce_for_root
If "enforce_for_root" is commented or missing, this is a finding.
V-269388
False
ALMA-09-036100
Verify AlmaLinux OS 9 enforces password complexity rules for the root account.
Check if root user is required to use complex passwords with the following command:
$ grep -r enforce_for_root /etc/security/pwquality.conf*
/etc/security/pwquality.conf:# enforce_for_root
/etc/security/pwquality.conf.d/stig.conf:enforce_for_root
If "enforce_for_root" is commented or missing, this is a finding.
M
5664