Secure the CAACPROC STC Using
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
:
  1. Define the CAACPROC STC to
    Top Secret
    with the PROTECTED attribute and a facility of only STC. For example, the following
    Top Secret
    command defines the new CAACPROC STC ACID:
    TSS CREATE(CAACPROC) TYPE(USER) - NAME('*STC* for ACC') DEPT(AUTOOPS) - FAC(STC) - PROTECTED
  2. Add the STC ACID to the STC record. For example, this
    Top Secret
    command defines CAACPROC as the STC that also runs under the ACID of CAACPROC:
    TSS ADD(STC) PROCN(CAACPROC) ACID(CAACPROC)
  3. Add an OMVS segment to the new STC userid. For example, the following
    Top Secret
    command 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.