SV-272877r1130282_rule
V-272877
SRG-OS-000104-GPOS-00051
RACF-TC-000065
CAT II
10
Develop a plan of action to implement the required changes. Ensure the following items are in effect for the ACID(s) assigned to the TCP/IP address space(s):
1) Named TCPIP or, in the case of multiple instances, prefixed with TCPIP.
2) Has the STC facility.
3) z/OS Unix attributes: UID(0), HOME directory '/', shell program /bin/sh.
Ensure the following items are in effect for the USERID assigned to the EZAZSSI started task:
1) Named EZAZSSI.
2) Has the STC facility.
For example:
The following commands can be used to create the user accounts and assign the privileges that are required for the TCP/IP address space and the EZAZSSI started task:
1) Define a userid for the TCPIP Address space. A sample command is shown here:
ADDUSER TCPIP NAME('STC, TCPIP') NOPASS DFLTGRP(STCTCPX) OWNER(STCTCPX) OMVS(UID(0) HOME('/') PROGRAM('/bin/sh'))
2) Define a matching entry in the STARTED Class. A sample command is shown here:
RDEFINE STARTED TCPIP.** UACC(NONE) OWNER(ADMN) AUDIT(ALL(READ)) STDATA(USER(TCPIP) GROUP(STCTCPX) TRACE(YES))
3) Set up the RACF userid for the EZAZSSI Proc. A sample command to accomplish this is shown here:
AU EZAZSSI NAME('STC, EZAZSSI') NOPASS OWNER(STCTCPX) DFLTGRP(STCTCPX)
4) Define a matching entry in the STARTED class for the EZAZSSI proc. A sample command to accomplish this is shown here:
RDEF STARTED EZAZSSI.** UACC(NONE) OWNER(ADMIN) AUDIT(ALL(READ)) STDATA(USER(EZAZSSI) GROUP(STCTCPX) TRACE(YES))
Refer to system Proclibs to determine the TCPIP address space(s).
From the ISPF Command Shell, enter:
LISTUSER<TCPIP STCs> OMVS
For each TCPIP:
-Named TCPIP or, in the case of multiple instances, prefixed with TCPIP.
-Has the STC facility.
-z/OS Unix attributes:
UID(0), HOME directory '/', shell program /bin/sh
If all of the following items are true, this is not a finding.
If any item is untrue, this is a finding.
From the ISPF Command Shell, enter:
LISTUSER EZAZSSI OMVS
If EZAZSSI STC has the STC facility, this is not finding.
Ensure the following items are in effect for the USERID assigned to the EZAZSSI started task:
-Named EZAZSSI.
-Has the STC facility.
V-272877
False
RACF-TC-000065
Refer to system Proclibs to determine the TCPIP address space(s).
From the ISPF Command Shell, enter:
LISTUSER<TCPIP STCs> OMVS
For each TCPIP:
-Named TCPIP or, in the case of multiple instances, prefixed with TCPIP.
-Has the STC facility.
-z/OS Unix attributes:
UID(0), HOME directory '/', shell program /bin/sh
If all of the following items are true, this is not a finding.
If any item is untrue, this is a finding.
From the ISPF Command Shell, enter:
LISTUSER EZAZSSI OMVS
If EZAZSSI STC has the STC facility, this is not finding.
Ensure the following items are in effect for the USERID assigned to the EZAZSSI started task:
-Named EZAZSSI.
-Has the STC facility.
M
4101