z/OS Security Server RACF System Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Type 79 ENF signals

z/OS Security Server RACF System Programmer's Guide
SA23-2287-00

RACF® sends a type 79 ENF signal to listeners when a PERMIT, RDEFINE, RALTER, or RDELETE command has affected a user’s or group's authorizations to resources. When a user’s or group's authorizations to resources has been affected by a PERMIT, RDEFINE, RALTER, or RDELETE command, this may affect the resource authorization. This signal is issued only for classes that have been defined in the RACF class descriptor table when the SIGNAL=YES is specified.

Table 1. ENF 79 event code
Description Qualifier Parameter list passed to user exit Exit type/ Cross-system capable
A RACF PERMIT, RDEFINE, RALTER, or RDELETE command has affected a user's or group's authorizations to resources.

The user that is affected is in the parameter list in field IRR_ENF3_UserID.

The class in which the modified profile belongs is in the parameter list in field IRR_ENF3_ClassName.

The length of the affected profile name is in the parameter list in field IRR_ENF3_ProfName_Length.

The name of the affected profile is in the parameter list in field IRR_ENF3_ProfName.

Control flags that are used to provide greater granularity for the listeners are in the parameter list in field IRR_ENF3_Flags.

The qualifier (IRR_ENF3_QualCode) has the following format:
  • BYTE1 X'80' PERMIT command
  • BYTE1 X'40' RDEFINE command
  • BYTE1 X'20' RALTER command
  • BYTE1 X'10' RDELETE command
  • BYTE2 - 4 reserved
Mapped by IRRPENF3 (See z/OS Security Server RACF Data Areas.) EXIT / YES

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014