Define the MVS program controlled libraries for RSE
Servers with authority to BPX.SERVER must run
in a clean, program-controlled environment. This requirement implies
that all programs called by the RSE server must also be program controlled.
For MVS™ load libraries, program
control is managed by your security software.
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('ISP.SISPLOAD'//NOPADCHK)SETROPTS WHEN(PROGRAM) REFRESH
Note: Do not use the
** profile if you already have
a * profile in the PROGRAM class. A * profile
obscures and complicates the search path used by your security software.
If a * profile exists, merge the existing * and
the new ** definitions. IBM® recommends
using the ** profile, as documented in Security Server RACF® Security Administrator's Guide (SA22-7683).