SV-223740r604139_rule
V-223740
SRG-OS-000368-GPOS-00154
RACF-FT-000080
CAT II
10
Evaluate the impact of implementing the following change. Develop a plan of action and implement the change as required.
Define the EZATD program and its alias TFTPD to RACF with no access granted. The following commands provide a sample of how this can be accomplished.
rdef program tftpd addmem('sys1.tcpip.sezaload'//nopadchk) -
data('Reference SRR PDI # IFTP0090') -
audit(all(read)) quack(none) owner(admin)
rdef program ezatd -
addmem('sys1.tcpip.sezaload'//nopadchk) -
data('Reference SRR PDI # IFTP0090') -
audit(all(read)) quack(none) owner(admin)
A PROGRAM class refresh will be necessary and can be accomplished with the command:
setr when(program) refresh
From the ISPF Command Shell enter:
RL Program *
If Program resources TFTPD and EZATD are defined to the PROGRAM resource class with a UACC(NONE), this is not a finding.
The library name where these programs are located is SYS1.TCPIP.SEZALOAD.
If no access to the program resources TFTPD and EZATD is permitted, this is not a finding.
V-223740
False
RACF-FT-000080
From the ISPF Command Shell enter:
RL Program *
If Program resources TFTPD and EZATD are defined to the PROGRAM resource class with a UACC(NONE), this is not a finding.
The library name where these programs are located is SYS1.TCPIP.SEZALOAD.
If no access to the program resources TFTPD and EZATD is permitted, this is not a finding.
M
4101