SV-269365r1050248_rule
V-269365
SRG-OS-000104-GPOS-00051
ALMA-09-033020
CAT II
10
Provide each interactive user that has a duplicate UID with a unique UID using the "usermod" command, for example:
$ usermod -u 1002 myuser
Verify that AlmaLinux OS 9 contains no duplicate UIDs for interactive users with the following command:
$ cut -f3 -d":" /etc/passwd | uniq -d
If output is produced and the UIDs listed are for interactive user accounts, this is a finding.
V-269365
False
ALMA-09-033020
Verify that AlmaLinux OS 9 contains no duplicate UIDs for interactive users with the following command:
$ cut -f3 -d":" /etc/passwd | uniq -d
If output is produced and the UIDs listed are for interactive user accounts, this is a finding.
M
5664