Are there subcommands for external security for the BOOST command?
The help panels say that executing line commands SHUT and STOP issue operator commands, but I see no SV.SUBC or SV.RESN command to secure it.
Shouldn't the BOOST be READ, but have two sub-commands for SHUT and START STOP, and those would be coded for external security as UPDATE?
This is similar to other discussions on security about READ actually being READ, UPDATE being UPDATE, and commands and subcommands being able to be secured via external security in the product
Line Command | Description
-----------------+---------------------------------------------
SHUT | Issues the operator command "START IEASDBS"
| to start a Shutdown System Recovery Boost.
-----------------+---------------------------------------------
STOP | Issues the operator command "START IEABE"
| to stop the currently active System Recovery
| Boost. You can use this command to stop IPL
| or Shutdown Boosts.
Release : 16.0
Component : SYSVIEW
SHUTDOWN and STOP on the BOOST display are line commands, not sub-commands, so there are no associated SV.SUBC resources to secure.
Issuing the SHUTDOWN line command from BOOST is equivalent to issuing the MVS START IEASDBS command from the SYSVIEW command line, and likewise, the STOP line command would be equivalent to issueing the MVS START IEABE command.
Both of these line commands would require access to the SV.CMND.*.MVS resource. If the user has access to the SYSVIEW MVS command, they would still be subject to authorization checks for the following resources in the OPERCMDS class:
UPDATE access to MVS.START.STC.IEASDBS
UPDATE access to MVS.START.STC.IEABE
SHUTDOWN and STOP on the BOOST display are line commands, not sub-commands, so there are no associated SV.SUBC resources to secure.
Issuing the SHUTDOWN line command from BOOST is equivalent to issuing the MVS START IEASDBS command from the SYSVIEW command line, likewise, the STOP line command would be equivalent to issueing the MVS START IEABE command. Both of these line commands would require access to the SV.CMND.*.MVS resource. If the user has access to the SYSVIEW MVS command, they would still be subject to authorization checks for the following resources in the OPERCMDS class:
UPDATE access to MVS.START.STC.IEASDBS
UPDATE access to MVS.START.STC.IEABE