SV-223742r604139_rule
V-223742
SRG-OS-000104-GPOS-00051
RACF-FT-000100
CAT II
10
Define the FTP daemon userid and a matching entry in the STARTED resource class enabling the use of the standard userid and an appropriate group.
Define the FTPD userid as a PROTECTED userid.
Define the FTPD userid with the following z/OS UNIX attributes: UID(0), HOME directory ‘/’, shell program /bin/sh.
Sample commands to accomplish these requirements are shown here:
Add the FTPD userid:
AU FTPD NAME('STC, FTP Daemon') NOPASSWORD NOOIDCARD DFLTGRP(STCTCPX) OWNER(STCTCPX) OMVS(UID(0) HOME('/') PROGRAM('/bin/sh'))
RDEF STARTED FTPD.** UACC(NONE) OWNER(ADMIN) AUDIT(ALL(READ)) STDATA(USER(=MEMBER) GROUP(STCTCPX) TRACE(YES))
Additional permissions may be required. See SYS1.TCPIP.SEZAINST(EZARACF) or IBM Comm Server: IP Config Guide.
From z/OS command screen enter:
ListUser FTPD OMVS (FTPD is usual name of the FTP daemon)
If all of the following are true, this is not a finding.
If either of the following is untrue, this is a finding.
-The FTPD userid is defined as a PROTECTED userid.
-The FTPD userid has the following z/OS UNIX attributes: UID(0), HOME directory ‘/’, shell program /bin/sh.
From z/OS command screen enter:
RList STARTED FTPD
If a matching entry in the STARTED resource class exists enabling the use of the standard userid and appropriate group, this is not a finding.
V-223742
False
RACF-FT-000100
From z/OS command screen enter:
ListUser FTPD OMVS (FTPD is usual name of the FTP daemon)
If all of the following are true, this is not a finding.
If either of the following is untrue, this is a finding.
-The FTPD userid is defined as a PROTECTED userid.
-The FTPD userid has the following z/OS UNIX attributes: UID(0), HOME directory ‘/’, shell program /bin/sh.
From z/OS command screen enter:
RList STARTED FTPD
If a matching entry in the STARTED resource class exists enabling the use of the standard userid and appropriate group, this is not a finding.
M
4101