SV-261361r996530_rule
V-261361
SRG-OS-000104-GPOS-00051
SLEM-05-411075
CAT II
10
Configure SLEM 5 to contain no duplicate UIDs for interactive users.
Edit the file "/etc/passwd" and provide each interactive user account that has a duplicate UID with a unique UID.
Verify SLEM 5 contains no duplicate UIDs for interactive users with the following command:
> awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If output is produced, this is a finding.
V-261361
False
SLEM-05-411075
Verify SLEM 5 contains no duplicate UIDs for interactive users with the following command:
> awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If output is produced, this is a finding.
M
5596