Safeguard Audit Service Manual (G06.29+, H06.08+, J06.03+)
Audit File Record Formats
Safeguard Audit Service Manual — 520480-031
A - 105
OSS Link Record
ZRAUTHTYPE-REQUESTOR
is the OSS real authentication type of the requestor.
ZRAUTHTYPE-TARGET
is the OSS real authentication type of the target.
ZSAUTHTYPE-TARGET
is the OSS saved-set authentication type of the target.
OSS Link Record
A link record is generated whenever the link count of a file is changed due to
operations such as link() and unlink(). However, if the link count becomes zero, a File
Attributes record is generated with variant type 5. The link record is represented in the
ZTEXT-AREA of secondary audit record with this template overlay:
DDL Definition
DEF ZSFG-DDL-OSSLINK-SUBREC
02 ZLINK-COUNT TYPE ZSPI-DDL-UINT.
02 ZPATHNAME-LEN TYPE ZSPI-DDL-UINT.
02 ZPATHNAME TYPE ZSPI-DDL-BYTE OCCURS 1024 TIMES.
END.
Field Definitions
ZLINK-COUNT
is the number of links.
ZPATHNAME-LEN
is the length of the pathname used to find the file. This is zero in the case of an
unlink() operation if link count is not zero.
ZPATHNAME
is the pathname used to find the file. The ObjectName field in the primary record
has the pathname of the new file. This field is not passed when ZPATHNAME-LEN
is zero.
OSS Open Record
An open record is generated whenever a file residing in an audited fileset is opened.
The open record is represented in the ZTEXT-AREA of secondary audit record with
this template overlay: