Activating the security settings and classes

Debug Profile Service uses various security mechanisms to ensure a secure and controlled host system environment for the client. To do so, several classes and security settings must be active, as shown in the following sample RACF commands:
  1. Display current settings:
    1. SETROPTS LIST
  2. Activate FACILITY class:
    1. SETROPTS GENERIC(FACILITY)
    2. SETROPTS CLASSACT(FACILITY) RACLIST(FACILITY)
  3. Activate SURROGAT class::
    1. SETROPTS GENERIC(SURROGAT)
    2. SETROPTS CLASSACT(SURROGAT) RACLIST(SURROGAT)
  4. Activate started task definitions:
    1. SETROPTS GENERIC(STARTED)
    2. RDEFINE STARTED ** STDATA(USER(=MEMBER) GROUP(STCGROUP) TRACE(YES))
    3. SETROPTS CLASSACT(STARTED) RACLIST(STARTED)