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

Disk-File Security Commands
Safeguard Reference Manual520618-013
8-60
SET DISKFILE Command
PERSISTENT ON
indicates that the PERSISTENT attribute is set to ON for all disk files in
filename-list for subsequent ADD DISKFILE commands.
PERSISTENT OFF
indicates that the PERSISTENT attribute is set to OFF for all disk files in
filename-list for subsequent ADD DISKFILE commands.
AUDIT-ACCESS-PASS [audit-spec]
establishes an audit-spec for successful attempts to access a disk file. This
audit-spec specifies the conditions under which an audit record is written to
the audit file when a disk file is successfully accessed. (A disk file is accessed
when it is opened, renamed, purged, or, for a program object file, when it is
run.)
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.
AUDIT-ACCESS-FAIL [audit-spec]
establishes an audit-spec for unsuccessful attempts to access a disk file.
This audit-spec specifies the conditions under which an audit record is
written to the audit file when an attempt to access a disk file fails. (A disk file is
accessed when it is opened, renamed, purged, or, for a program object file,
when it is run.)
The form of audit-spec is:
{ ALL | LOCAL | REMOTE | NONE }
ALL
All unsuccessful access attempts are audited.