Safeguard Audit Service Manual (G06.29+, H06.08+, J06.03+)
Audit File Record Formats
Safeguard Audit Service Manual — 520480-031
A - 104
OSS Kill Record
process group ID (pgid), all processes with process group ID pgid that the caller has
permission to kill receive the signal. In this case, the target information is not present in
the audit record. The kill record is represented in the ZTEXT-AREA of secondary audit
record with this template overlay:
DDL Definition
DEF ZSFG-DDL-OSSKILL-SUBREC.
02 ZSIGNAL TYPE ZSPI-DDL-INT2.
02 ZPROCESSGROUP-ID-PID TYPE ZSPI-DDL-INT2.
02 ZEUID-REQUESTOR TYPE ZSPI-DDL-INT2.
02 ZRUID-REQUESTOR TYPE ZSPI-DDL-INT2.
02 ZRUID-TARGET TYPE ZSPI-DDL-INT2.
02 ZSUID-TARGET TYPE ZSPI-DDL-INT2.
02 ZEAUTHTYPE-REQUESTOR TYPE ZSPI-DDL-INT.
02 ZRAUTHTYPE-REQUESTOR TYPE ZSPI-DDL-INT.
02 ZRAUTHTYPE-TARGET TYPE ZSPI-DDL-INT.
02 ZSAUTHTYPE-TARGET TYPE ZSPI-DDL-INT.
END.
Field Definitions
ZSIGNAL
specifies the signal sent.
ZPROCESSGROUP-ID-PID
is either the OSS process ID of the target process or the process group ID.
ZEUID-REQUESTOR
is the OSS effective user ID of the requestor.
ZRUID-REQUESTOR
is the OSS real user ID of the requestor
.
ZRUID-TARGET
Is the OSS real user ID of the target.
ZSUID-TARGET
Is the OSS saved-set user ID of the t
arget.
ZEAUTHTYPE-REQUESTOR
Is the OSS effective authentication type of the requestor.