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:
- Display current settings:
SETROPTS LIST
- Activate
FACILITYclass:SETROPTS GENERIC(FACILITY)SETROPTS CLASSACT(FACILITY) RACLIST(FACILITY)
- Activate
SURROGATclass::SETROPTS GENERIC(SURROGAT)SETROPTS CLASSACT(SURROGAT) RACLIST(SURROGAT)
- Activate started task definitions:
SETROPTS GENERIC(STARTED)RDEFINE STARTED ** STDATA(USER(=MEMBER) GROUP(STCGROUP) TRACE(YES))SETROPTS CLASSACT(STARTED) RACLIST(STARTED)