SV-226529r603265_rule
V-226529
SRG-OS-000480
GEN001475
CAT II
10
Edit /etc/group and change the password field to an exclamation point (!) to lock the group password.
Check the /etc/group file for password hashes.
Procedure:
# cut -d : -f 2 /etc/group | egrep -v '^(x|!)$'
If any password hashes are returned, this is a finding.
If no password hashes are returned, there is no finding.
V-226529
False
GEN001475
Check the /etc/group file for password hashes.
Procedure:
# cut -d : -f 2 /etc/group | egrep -v '^(x|!)$'
If any password hashes are returned, this is a finding.
If no password hashes are returned, there is no finding.
M
4060