Safeguard User's Guide (G06.24+, H06.03+)

Working with Patterns
Safeguard User’s Guide422089-009
9-9
ADD DISKFILE-PATTERN
ADD DISKFILE-PATTERN
ADD DISKFILE-PATTERN Examples
To add a protection record that describes all production data base files that reside
on $DATA with subvolume names that begin with PROD:
ADD DISKFILE-PATTERN $DATA.PROD*.*, &
ACCESS PROD.* (R,W)
To add a diskfile pattern for all files in subvolume $A.B:
ADD DISKFILE-PATTERN $A.B.*, ACCESS *.* (R,W)
ALTER DISKFILE-PATTERN
ALTER DISKFILE-PATTERN Examples
To alter a diskfile pattern to give SUPER.SUPER read and write access:
ALTER DISKFILE-PATTERN $DATA.APLOGS.LOG*, &
ACCESS SUPER.SUPER (R,W)
To alter all diskfile pattern that match $DATA*.APLOGS.LOG*:
ALTER DISKFILE-PATTERN $DATA*.APLOGS.LOG*, ALL, &
ACCESS SUPER.SUPER (R,W)
INFO DISKFILE-PATTERN Displays the security attributes of the diskfile-pattern
authorization record.
RESET DISKFILE-
PATTERN
Resets one or more default diskfile-pattern attributes to values
predefined by the Safeguard software. Any subsequent ADD
DISKFILE-PATTERN commands use these predefined
defaults for attributes not specified in the ADD DISKFILE-
PATTERN command.
SET DISKFILE-PATTERN Establishes default diskfile-pattern attributes that you specify.
Any subsequent ADD DISKFILE-PATTERN commands use
these defaults for attributes not specified in the ADD
DISKFILE command.
SHOW DISKFILE-
PATTERN
Displays the current default attributes for diskfile-patterns. Any
subsequent ADD DISKFILE-PATTERN commands use these
defaults for attributes not specified in the ADD DISKFILE-
PATTERN command.
THAW DISKFILE-
PATTERN
Restores access authorities to diskfiles described by the
diskfile pattern for users on the access control list.
Table 9-2. Diskfile-Pattern Commands (page2of2)
Command Action