Secure the CAACPROC STC Using Top Secret
Top Secret
This article describes how to secure the CAACCPROC STC using the
Top Secret
External Security Manager (ESM).Required roles: security administrator |
|---|
Follow these steps to secure the CAACCPROC STC using
Top Secret
:- Define the CAACPROC STC toTop Secretwith the PROTECTED attribute and a facility of only STC. For example, the followingTop Secretcommand defines the new CAACPROC STC ACID:TSS CREATE(CAACPROC) TYPE(USER) - NAME('*STC* for ACC') DEPT(AUTOOPS) - FAC(STC) - PROTECTED
- Add the STC ACID to the STC record. For example, thisTop Secretcommand defines CAACPROC as the STC that also runs under the ACID of CAACPROC:TSS ADD(STC) PROCN(CAACPROC) ACID(CAACPROC)
- Add an OMVS segment to the new STC userid. For example, the followingTop Secretcommand adds an OMVS segment to the CAACPROC ACID:TSS ADD(CAACPROC) GROUP(OMVSGRP) - DFLTGRP(OMVSGRP) - UID(123) - HOME(/) - OMVSPGM(/bin/sh)
The CAACCPROC STC is secured by your ESM.