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

Table Of Contents
Process and Subprocess Security Commands
Safeguard Reference Manual 520618-030
11 - 1 3
ALTER PROCESS and SUBPROCESS Commands
access authorities (READ, WRITE, CREATE, PURGE, and OWNER) to all members of
the super group.
ALTER PROCESS and SUBPROCESS Commands
ALTER PROCESS or SUBPROCESS changes one or more attribute values in an
authorization record.
An owner of the authorization record, the primary owner’s group manager, and the
super ID can change the attribute values defined for a process or subprocess name.
Except for the ACCESS attribute, specifying a new attribute value in ALTER
PROCESS or SUBPROCESS replaces the current attribute value with the specified
value.
Using ALTER PROCESS or SUBPROCESS to specify a new ACCESS access-spec
adds the new access-spec to the current ACL. To remove existing authorities
granted to users, use the minus-sign (-) form of access-spec.
process name-list
specifies one or more process names for which authorization records are to be
changed. process name-list can be either:
process-name
( process-name [ , process-name ] ... )
process-name
can be any process name or one of the special names NAMED and
UNNAMED to refer to all named or unnamed processes (respectively). T
he
name can contain wild-card characters.
LIKE process-name
adopts the existing attribute values of process-name as the attribute values to be
used for the authorization record or records being changed. For the ACCESS
ALTER PROCESS process name-list [ , ]
{ LIKE process-name | process-attribute }
[ , process-attribute ] ...
ALTER SUBPROCESS subprocess name-list [ , ]
{ LIKE subprocess-name | process-attribute }
[ , process-attribute ] ...