SV-230364r627750_rule
V-230364
SRG-OS-000075-GPOS-00043
RHEL-08-020180
CAT II
10
Configure non-compliant accounts to enforce a 24 hours/1 day minimum password lifetime:
$ sudo chage -m 1 [user]
Check whether the minimum time period between password changes for each user account is one day or greater.
$ sudo awk -F: '$4 < 1 {print $1 " " $4}' /etc/shadow
If any results are returned that are not associated with a system account, this is a finding.
V-230364
False
RHEL-08-020180
Check whether the minimum time period between password changes for each user account is one day or greater.
$ sudo awk -F: '$4 < 1 {print $1 " " $4}' /etc/shadow
If any results are returned that are not associated with a system account, this is a finding.
M
2921