Define security authorization for Policy Agent
Define the appropriate security authorizations for Policy Agent.
Before you begin
You can use RACF for authorizing the necessary components for secure communications. For other security management products, refer to your product documentation.
The following terms appear in this task:
- Policy Agent
- Policy definition for AT-TLS. For more information, see z/OS Communications Server: IP Configuration Guide:Policy Agent.
- PAGENT
- Policy Agent started task.
- pasearch
- z/OS® UNIX® System Services command used to query information from Policy Agent, such as displaying policy definitions.
- syslogd
- The z/OS UNIX System Services syslog daemon. The TCP/IP documentation recommends writing Policy Agent messages to the z/OS UNIX syslog instead of using the default log file. AT-TLS always writes messages to the z/OS UNIX syslog.
- Related information
-
- z/OS Communications Server: IP Configuration Guide: Steps for configuring the Policy Agent
- z/OS Communications Server: IP Configuration Guide: TCP/IP stack initialization access control
About this task
You must define the RACF authorization for Policy Agent started task (PAGENT) and
pasearch commands. The steps in this procedure include providing the following protections:
- INITSTACK protection
- Policy Agent is started after TCP/IP is initialized. This means that there is a (small) window where applications can use the TCP/IP stack without the TTLS policy being enforced. Define the EZB.INITSTACK.** profile in the SERVAUTH class to prevent access to the stack during this time window, except for applications with READ access to the profile. You must permit a limited set of administrative applications to the profile to ensure full initialization of the stack, as documented in z/OS Communications Server: IP Configuration Guide: TCP/IP stack initialization access control.
- pasearch protection
- Define profile
EZB.PAGENT.**in theSERVAUTHclass to restrict access to thepasearchcommand.
The following procedure provides example RACF commands to perform these steps.
Note: The examples
are intended as a guide; you can organize your security definitions differently, depending on the
requirements of your site.
Procedure
Complete the following steps to set up security definitions for Policy Agent in
RACF.