SV-234822r622137_rule
V-234822
SRG-OS-000104-GPOS-00051
SLES-15-010230
CAT II
10
Configure the SUSE operating system 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 the SUSE operating system contains no duplicate UIDs for interactive users.
Check that the SUSE operating system contains no duplicate UIDs for interactive users by running the following command:
> awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If output is produced, this is a finding.
V-234822
False
SLES-15-010230
Verify the SUSE operating system contains no duplicate UIDs for interactive users.
Check that the SUSE operating system contains no duplicate UIDs for interactive users by running the following command:
> awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If output is produced, this is a finding.
M
5274