Safeguard Reference Manual (G06.24+, H06.03+ )

Process and Subprocess Security Commands
Safeguard Reference Manual520618-013
11-31
SET PROCESS and SUBPROCESS Commands
( authority [ , authority ] ... )
*
authority
can be any of:
R[EAD]
W[RITE]
C[REATE]
P[URGE]
O[WNER]
R and W are not valid for NAMED and UNNAMED processes.
C and P are not valid for subprocesses.
*
specifies all the access authorities (R, W, C, P, and O).
AUDIT-ACCESS-PASS [audit-spec]
establishes an audit-spec for successful attempts to access a process or
subprocess name. This audit-spec specifies the conditions under which an
audit record is written to the audit file when a process name is successfully
accessed. (A name is accessed when a process or subprocess is created with
that name or when a process or subprocess running with that name is opened
or stopped.)
The form of audit-spec is:
{ ALL | LOCAL | REMOTE | NONE }
ALL
All successful access attempts are audited.
LOCAL
Only successful access attempts made by local users are audited.
REMOTE
Only successful access attempts made by remote users are audited.
NONE
No successful access attempts are audited.
Omitting audit-spec specifies NONE.