SV-271832r1092208_rule
V-271832
SRG-OS-000104-GPOS-00051
OL09-00-003001
CAT II
10
Edit the file "/etc/passwd" and provide each interactive user account that has a duplicate UID with a unique UID.
Verify that OL 9 contains no duplicate UIDs for interactive users with the following command:
$ sudo awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If output is produced and the accounts listed are interactive user accounts, this is a finding.
V-271832
False
OL09-00-003001
Verify that OL 9 contains no duplicate UIDs for interactive users with the following command:
$ sudo awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If output is produced and the accounts listed are interactive user accounts, this is a finding.
M
5680