Define EQAPROF as a secure z/OS UNIX server
Note: This step is only required when using IBM Test Accelerator for Z in CICS or IMS.
The Debug Profile Service requires UPDATE access to the BPX.SERVER profile to
create and delete the security environment for the client's thread. Note that using UID(0) to bypass
this requirement is not supported.
RDEFINE FACILITY BPX.SERVER UACC(NONE) DATA('elevated z/OS UNIX permits')
PERMIT BPX.SERVER CLASS(FACILITY) ACCESS(UPDATE) ID(STCEQA)
SETROPTS RACLIST(FACILITY) REFRESH
Attention: Defining the
BPX.SERVER resource makes z/OS UNIX as a whole
switch from UNIX level security to z/OS UNIX level security, which is more secure. This switch might
impact other z/OS UNIX applications and operations. Test the security before activating it on a
production system. For more information about the different security levels, see publication
UNIX System Services Planning (GA22-7800).