SV-219325r610963_rule
V-219325
SRG-OS-000104-GPOS-00051
UBTU-18-010444
CAT II
10
Edit the file "/etc/passwd" and provide each interactive user account that has a duplicate User ID (UID) with a unique UID.
Verify that the Ubuntu operating system contains no duplicate User IDs (UIDs) for interactive users.
Check that the Ubuntu operating system contains no duplicate UIDs for interactive users with the following command:
# 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-219325
False
UBTU-18-010444
Verify that the Ubuntu operating system contains no duplicate User IDs (UIDs) for interactive users.
Check that the Ubuntu operating system contains no duplicate UIDs for interactive users with the following command:
# 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
4055