Technical data

Setting Up and Maintaining Queues
14.6 Using Queue Options
Access
Type Gives you the right to...
Delete Delete a job in the queue or modify the elements of a job.
Manage Affect any job in the queue. You can start, stop, or delete a queue and change
its status and any elements that are unrelated to security.
Control Modify the protection elements and owner of a queue.
Note that when a process receives read or delete access through a protection code,
it can operate on only its job in the queue. However, when granted through an
ACL, read and delete access allow a process to operate on all jobs in the queue.
Privileges Required
You need SYSNAM and OPER privilege to stop or start the queue manager.
OPER is necessary to create and delete queues, or to change the symbiont
definition.
Kinds of Auditing Performed
The following events can be audited, provided the security administrator enables
auditing for the event class:
Event
Audited Audit Occurs When...
Access A job is submitted to the queue and when either a job or queue is modified.
Creation A queue is initialized.
Deletion A process deletes a job from the queue or when the queue itself is deleted.
(To enable auditing for queue deletions, enable auditing for manage [M]
access to the queue.)
For more information about queue security, refer to the OpenVMS Guide to
System Security.
14.6.1.2 Setting and Showing UIC-Based Queue Protection
Use the following commands to set and show UIC-based protection on queues:
Command Description
INITIALIZE/QUEUE/PROTECTION=(ownership[:access],...)
START/QUEUE/PROTECTION=(ownership[:access],...)
SET QUEUE/PROTECTION=(ownership[:access],...)
Specifies the protection of a queue:
Specify the ownership parameter as
system (S), owner (O), group (G), or
world (W).
Specify the access parameter as read
(R), submit (S), manage (M), or delete
(D).
INITIALIZE/QUEUE/OWNER_UIC=uic
START/QUEUE/OWNER_UIC=uic
SET QUEUE/OWNER_UIC=uic
Enables you to change the UIC of a queue.
The default UIC is [1,4].
SHOW QUEUE/FULL Displays complete information about a
queue, including the protection currently
set for the queue.
1424 Setting Up and Maintaining Queues