SV-230337r1134885_rule
V-230337
SRG-OS-000021-GPOS-00005
RHEL-08-020015
CAT II
10
Configure the operating system to lock an account until released by an administrator when three unsuccessful logon attempts occur in 15 minutes.
Add/Modify the "/etc/security/faillock.conf" file to match the following line:
unlock_time = 0
Verify the "/etc/security/faillock.conf" file is configured to lock an account until released by an administrator after three unsuccessful logon attempts:
$ sudo grep 'unlock_time =' /etc/security/faillock.conf
unlock_time = 0
If the "unlock_time" option is not set to "0", or is missing or commented out, this is a finding.
V-230337
False
RHEL-08-020015
Verify the "/etc/security/faillock.conf" file is configured to lock an account until released by an administrator after three unsuccessful logon attempts:
$ sudo grep 'unlock_time =' /etc/security/faillock.conf
unlock_time = 0
If the "unlock_time" option is not set to "0", or is missing or commented out, this is a finding.
M
2921