Safeguard Reference Manual (G06.29+, H06.08+, J06.03+)

Table Of Contents
Disk-File Security Commands
Safeguard Reference Manual 520618-030
8 - 83
ALTER SAVED-DISKFILE-PATTERN Command
AUDIT-MANAGE-FAIL [audit-spec]
changes the audit-spec for unsuccessful attempts to manage (change or
read) a diskfile-pattern authorization record. The form of audit-spec is:
{ ALL | LOCAL | REMOTE | NONE }
For a description of audit-spec, see the
SET DISKFILE Command on
page 8-57. Omitting audit-spec specif
ies NONE.
WARNING-MODE { ON | OFF }
defines whether the warning mode is enabled for the specified diskfile pattern.
The value is required. For information about the warning mode, see the
Safeguard Administrator's Manual.
ON enables the warning mode for the specified diskfile pattern. The initial
value is OFF, which disables the warning mode for the specified diskfile
pattern.
Examples
1. To add a saved-diskfile-pattern record that describes all files that reside on $DATA
with subvolume names that begin with PROD:
ADD SAVED-DISKFILE-PATTERN $DATA.PROD*.*, &
ACCESS PROD.* (R,W)
2. To add a saved-diskfile-pattern record for all files in subvolume $A.B:
ADD SAVED-DISKFILE-PATTERN $A.B.*, ACCESS *.* (R,W)
3. To add a saved-diskfile-pattern record for every disk file named FILE followed by
one alphanumeric character that is in a subvolume REPORT on every volume
beginning with $DATA:
ADD SAVED-DISKFILE-PATTERN $DATA*.REPORT.FILE?
ALTER SAVED-DISKFILE-PATTERN Command
ALTER SAVED-DISKFILE-PATTERN changes one or more saved-diskfile-pattern
attribute values. The primary owner of a pattern, the primary owner’s group manager,
the local super ID, and any user with OWNER authority on the ACL can change a
pattern authorization record.
ALTER SAVED-DISKFILE-PATTERN pattern-spec-list [ , ][ALL]
[ WHERE option-list ] [ , ]
[ LIKE pattern-spec | pattern-attribute ]
[ , pattern-attribute ]...