Safeguard Audit Service Manual (G06.24+, H06.03+)
Audit File Record Formats
Safeguard Audit Service Manual—520480-014
A-32
Protection Record
Field Definitions
ZUSERNUMBER
is the user ID of the newly logged-on user.
ZUSERNAME
is, in external form, the group name.member Name of the newly logged-on user.
This field is blank if an alias is used to gain access to the system.
ZALIASNAME
is the alias name of the newly logged-on user. This field is blank if the underlying
ID, rather than an alias, is used to gain access to the system.
Protection Record
The Safeguard subsystem maintains a protection record for each object for which it
maintains an access control list. Protection records include object authorization
records, security-group authorization records, and OBJECTTYPE authorization
records. Attempts to add, change, delete, or read these records might be audited
depending on whether auditing has been specified for such events. The event
descriptions consist of representations of the affected protection record in one or more
pairs of secondary records. The first record in each pair of representations use this
template.
DDL Definition
DEF ZSFG-DDL-PROTECTION-SUBREC.
02 ZOTYPE TYPE ZSPI-DDL-ENUM.
02 ZLASTMODTIME TYPE ZSPI-DDL-TIMESTAMP.
02 ZCLEARONPURGE TYPE ZSPI-DDL-UINT.
02 ZPROGID TYPE ZSPI-DDL-UINT.
02 ZLICENSE TYPE ZSPI-DDL-UINT.
02 ZPERSISTENT TYPE ZSPI-DDL-UINT.
02 ZAUDIT-ACCESS-PASS TYPE ZSPI-DDL-ENUM.
02 ZAUDIT-ACCESS-FAIL TYPE ZSPI-DDL-ENUM.
02 ZAUDIT-MANAGE-PASS TYPE ZSPI-DDL-ENUM.
02 ZAUDIT-MANAGE-FAIL TYPE ZSPI-DDL-ENUM.
02 ZFREEZE TYPE ZSPI-DDL-UINT.
02 ZOWNERTYPEID TYPE ZSPI-DDL-ENUM.
02 ZOWNERUSERNUMBER TYPE ZSFG-DDL-AUD-USERNUMBER.
02 ZOWNERUSERNAME TYPE ZSPI-DDL-BYTE OCCURS 18 TIMES.
02 ZNUMACLENTRIES TYPE ZSPI-DDL-UINT.
02 ZACLENTRY TYPE ZSFG-DDL-AUD-ACE OCCURS 50
TIMES.
04 ZGRANT TYPE ZSPI-DDL-UINT.
04 ZSUBJECTTYPEID TYPE ZSPI-DDL-ENUM.
04 ZSUBJECTUSERNUMBER TYPE ZSFG-DDL-AUD-USERNUMBER.
04 ZSUBJECTUSERNAME TYPE ZSPI-DDL-BYTE OCCURS 18 TIMES.
04 ZAUTHORITY-OWNER TYPE ZSPI-DDL-UINT.