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

Process and Subprocess Security Commands
Safeguard Reference Manual520618-013
11-13
ALTER PROCESS and SUBPROCESS Commands
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). The
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
attribute, LIKE adds ACL entries or authorities only to existing entries. It does not
replace or delete ACL entries or authorities.
process-name
identifies the process name whose current process-attribute values are
to be assigned to the process authorization record or records being altered.
process-name can be any process name or one of the special names
NAMED and UNNAMED to refer to any named or unnamed process
(respectively).
ALTER PROCESS process name-list [ , ]
{ LIKE process-name | process-attribute }
[ , process-attribute ] ...
ALTER SUBPROCESS subprocess name-list [ , ]
{ LIKE subprocess-name | process-attribute }
[ , process-attribute ] ...