SV-223635r1225856_rule
V-223635
SRG-OS-000104-GPOS-00051
ACF2-US-000200
CAT II
10
Define users of z/OS UNIX (i.e., users with an OMVS profile defined) as follows:
-A unique UID number (except for UID(0) users).
-A unique HOME directory (UID(0), other system task accounts, and tasks approved by the ISSM are excluded from this rule).
-Shell program specified as "/bin/sh", "/bin/tcsh", "/bin/echo", or "/bin/false".
NOTE: The shell program must have one of the specified values. The HOME directory must have a value (i.e., not be allowed to default; this does not include tasks that are excluded from above).
From an ACF Command screen enter:
SET PROFILE(USER) DIV(OMVS)
LI LIKE(-)
If each user account is defined as follows, this is not a finding.
A unique UID number (except for UID(0) users)
Use the following as a quick test for duplicate UIDs apart from UID 0
SHOW OMVS USERS(1-2147483647) DUPLICATES
-A unique HOME directory (UID(0), other system task accounts, and tasks approved by the ISSM are excluded from this rule).
-Shell program specified as "/bin/sh", "/bin/tcsh", "/bin/echo", or "/bin/false"
NOTE: The shell program must have one of the specified values. The HOME directory must have a value (i.e., not be allowed to default; this does not include tasks that are excluded from above).
V-223635
False
ACF2-US-000200
From an ACF Command screen enter:
SET PROFILE(USER) DIV(OMVS)
LI LIKE(-)
If each user account is defined as follows, this is not a finding.
A unique UID number (except for UID(0) users)
Use the following as a quick test for duplicate UIDs apart from UID 0
SHOW OMVS USERS(1-2147483647) DUPLICATES
-A unique HOME directory (UID(0), other system task accounts, and tasks approved by the ISSM are excluded from this rule).
-Shell program specified as "/bin/sh", "/bin/tcsh", "/bin/echo", or "/bin/false"
NOTE: The shell program must have one of the specified values. The HOME directory must have a value (i.e., not be allowed to default; this does not include tasks that are excluded from above).
M
4100