Safeguard Audit Service Manual (G06.29+, H06.08+, J06.03+)
Audit File Record Formats
Safeguard Audit Service Manual — 520480-031
A - 108
OSS Rename Record
ZOPER-PRIV-SETID
indicates whether the change to the process' subject identity attribute is a result of
a PRIV-SETID operation.
OSS Rename Record
The Rename record is generated whenever an OSS file residing in an OSS audited
fileset is renamed. The old pathname appears in the text area, and the new pathname
appears in the ObjectName field in the primary record. The Rename record is
represented in the ZTEXT-AREA of secondary audit record with this template overlay:
DDL Definition
DEF ZSFG-DDL-OSSRENAME-SUBREC.
02 ZPATHNAME TYPE ZSPI-DDL-BYTE OCCURS 1024 TIMES.
END.
Field Definition
ZPATHNAME
is the old pathname of the current file.
OSS File Privileges Attribute Record
The OSS File Privileges Attribute Record records the file privileges of an OSS or
Guardian file, whenever the privileges are set or modified.
The file privileges are set or modified when:
•
The setfilepriv(2) system call sets or modifies the file privileges.
•
An OSS process or a Guardian process performs a write operation on a file that
has the file privileges set.
•
The file label of a file that has the file privileges set is changed using operations
such as, setmode, setclose, and nssetattr.
DDL Definition
DEF ZSFG-DDL-FILPRVATTR-SUBREC.
02 ZFILE-OPER TYPE ZPI-DDL-ENUM.
02 ZFILE-PRIV-SOARFOPEN TYPE ZSPI-DDL-BOOLEAN.
02 ZFILE-PRIV-SETID TYPE ZSPI-DDL-BOOLEAN.
END.
Note. This field is supported only on systems running J06.10 and later J-series RVUs and
H06.22 and later H-series RVUs.