Activating the security settings and classes
Debug Manager uses a variety of 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
with the following sample RACF commands:
- Display current settings
-
SETROPTS LIST
-
- Activate facility class for Debug Manager
-
SETROPTS GENERIC(FACILITY)
-
SETROPTS CLASSACT(FACILITY) RACLIST(FACILITY)
-
- Activate started task definitions for Debug Manager
-
SETROPTS GENERIC(STARTED)
-
RDEFINE STARTED ** STDATA(USER(=MEMBER) GROUP(STCGROUP) TRACE(YES))
-
SETROPTS CLASSACT(STARTED) RACLIST(STARTED)
-