SV-282489r1200447_rule
V-282489
SRG-OS-000104-GPOS-00051
TOSS-05-000295
CAT II
10
Edit the file "/etc/passwd" and provide each interactive user account that has a duplicate UID with a unique UID.
Verify TOSS 5 contains no duplicate UIDs for interactive users using 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-282489
False
TOSS-05-000295
Verify TOSS 5 contains no duplicate UIDs for interactive users using 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
5738