SV-223995r561402_rule
V-223995
SRG-OS-000080-GPOS-00048
TSS0-JS-000110
CAT II
10
Extended MCS support allows the installation to control the use of JES2 system commands through the ESM. These commands are subject to various types of potential abuse. For this reason, it is necessary to place restrictions on the JES2 system commands that can be entered by particular operators.
Some commands are particularly dangerous and should only be used when less drastic options have been exhausted. Misuse of these commands can create a situation in which the only recovery is an IPL.
To control access to JES2 system commands, apply the following:
implementing security:
Define the JES2.** resource in the OPERCMDS class with an access of NONE and all access is logged.
Define the JES2 system commands as specified in the IBM z/OS JES2 Commands to be restricted to the appropriate personnel (e.g., operations staff, systems programming personnel, general users), as determined in the documented site Security Plan.
Define the JES2 system commands with proper logging as determined in the documented site Security Plan.
Note: Display commands and others as deemed by the site IAW site security plan may be allowed for all users with no logging.
Build a command file based on the referenced JES2 Command Table. A sample of the commands in the command file is provided here:
RDEF OPERCMDS JES2.** UACC(NONE) OWNER(ADMIN) AUDIT(ALL(READ)) DATA('REQUIRED BY SRR PDI ZJES0052')
RDEF OPERCMDS JES2.<command>.** UACC(NONE) OWNER(ADMIN) AUDIT(ALL(READ)) DATA('REQUIRED BY SRR PDI ZJES0052')
PE JES2.<command>.** CL(OPERCMDS) ID(<syspsmpl>) ACC(U)
SETR RACL(OPERCMDS) REF
From the ISPF Command Shell enter:
TSS WHOHAS OPERCMDS(JES2.)
If the JES2.** resource is defined to the OPERCMDS class with an access of NONE and all access is logged, this is not a finding.
If access to JES2 system commands defined in the IBM z/OS JES2 commands is restricted to the appropriate personnel (e.g., operations staff, systems programming personnel, general users), this is not a finding.
NOTE: Use the GROUP category specified in the table referenced above as a guideline to determine appropriate personnel access to system commands.
V-223995
False
TSS0-JS-000110
From the ISPF Command Shell enter:
TSS WHOHAS OPERCMDS(JES2.)
If the JES2.** resource is defined to the OPERCMDS class with an access of NONE and all access is logged, this is not a finding.
If access to JES2 system commands defined in the IBM z/OS JES2 commands is restricted to the appropriate personnel (e.g., operations staff, systems programming personnel, general users), this is not a finding.
NOTE: Use the GROUP category specified in the table referenced above as a guideline to determine appropriate personnel access to system commands.
M
4102