SV-274160r1120663_rule
V-274160
SRG-OS-000104-GPOS-00051
AZLX-23-002485
CAT II
10
Configure Amazon Linux 2023 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 Amazon Linux 2023 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-274160
False
AZLX-23-002485
Verify Amazon Linux 2023 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
5700