SV-256510r958482_rule
V-256510
SRG-OS-000104-GPOS-00051
PHTN-30-000033
CAT II
10
Navigate to and open:
/etc/passwd
Configure each user account that has a duplicate UID with a unique UID.
At the command line, run the following command:
# awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If any lines are returned, this is a finding.
V-256510
False
PHTN-30-000033
At the command line, run the following command:
# awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If any lines are returned, this is a finding.
M
5520