SV-268135r1039293_rule
V-268135
SRG-OS-000104-GPOS-00051
ANIX-00-000840
CAT II
10
Configure the NixOS to uniquely identify and authenticate nonorganizational users by editing the file "/etc/passwd" and provide each interactive user account that has a duplicate UID with a unique UID.
Verify the NixOS operating system contains no duplicate User IDs (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-268135
False
ANIX-00-000840
Verify the NixOS operating system contains no duplicate User IDs (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
5658