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

Table Of Contents
OBJECTTYPE Security Commands
Safeguard Reference Manual 520618-030
12 - 16
DELETE OBJECTTYPE Command
AUDIT-MANAGE-FAIL [audit-spec]
changes the audit-spec for unsuccessful attempts to manage this
authorization record. The form of audit-spec is:
{ ALL | LOCAL | REMOTE | NONE }
For a description of the audit-specs, see the
SET OBJECTTYPE Command
on page 12-23. Omitting audit-spec specif
ies NONE.
Example
This command transfers ownership of the DISKFILE object type to the user with user
ID 86,13 and allows all users who are members of group number 86 to add new disk
file authorization records:
=ALTER OBJECTTYPE DISKFILE , OWNER 86,13, ACCESS 86,* c
DELETE OBJECTTYPE Command
DELETE OBJECTTYPE deletes an OBJECTTYPE authorization record. After an
OBJECTTYPE authorization record is deleted, that class of objects is subject to
Safeguard authorization checks as described in Table 12-1 on page 12-2.
The primary owner, the primary owner’s group manager, and the super ID can delete
an OBJECTTYPE authorization record. In addition, any user ID that has an ACL entry
granting it OWNER authority can also delete the OBJECTTYPE authorization record.
objecttype-list
specifies one or more OBJECTTYPEs for which authorization records are to be
deleted. objecttype-list can be either:
objecttype-spec
( objecttype-spec [ , objecttype-spec ] ... )
objecttype-spec
can be any object class name, including OBJECTTYPE:
DEVICE
DISKFILE
DISKFILE-PATTERN
SAVED-DISCFILE-PATTERN
OBJECTTYPE
PROCESS
SUBDEVICE
SUBPROCESS
SUBVOLUME
DELETE OBJECTTYPE objecttype-list