Defining the MVS program controlled libraries for Debug Manager
Servers with authority to BPX.SERVER
must run
in a clean, program-controlled environment. This requirement implies
that all programs called by Debug Manager must also be program controlled.
For MVS load libraries, program
control is managed by your security software.
Debug Manager uses system libraries, Language Environment®’s
runtime, and the z/OS Debugger (
EQAW.SEQAAUTH
) load
library. RALTER PROGRAM ** UACC(READ) ADDMEM('SYS1.LINKLIB'//NOPADCHK)
RALTER PROGRAM ** UACC(READ) ADDMEM('SYS1.CSSLIB'//NOPADCHK)
RALTER PROGRAM ** UACC(READ) ADDMEM('CEE.SCEERUN'//NOPADCHK)
RALTER PROGRAM ** UACC(READ) ADDMEM('CEE.SCEERUN2'//NOPADCHK)
RALTER PROGRAM ** UACC(READ) ADDMEM('EQAW.SEQAAUTH'//NOPADCHK)
SETROPTS WHEN(PROGRAM) REFRESH
Note: Do not use the
**
profile if you already have
a *
profile in the PROGRAM
class.
The profile obscures and complicates the search path used by your
security software. In this case, you must merge the existing *
and
the new **
definitions. Use the ** profile, as documented
in Security Server RACF® Security
Administrator's Guide (SA22-7683).