HP OpenVMS Guide to System Security > Chapter 5 Descriptions of Object
ClassesQueues
A queue is a set of jobs to be processed. In general, queues are of two types, generic or execution. No processing takes place in generic queues. Execution queues hold jobs that will execute on an execution queue when one is available. Execution queues can be batch queues, printer queues, server queues, or terminal queues. A queue name is a string of 1 to 31 characters, including any alphanumeric character, the dollar sign ($), or the underscore (_). The queue class supports the following types of access: The queue class provides the following template profile:
You need SYSNAM and OPER privileges to stop or start the queue manager. OPER is necessary to either create and delete queues, or to change the symbiont definition. The following events can be audited, provided the security administrator enables auditing for the event class:
If access auditing is enabled for both files and queues, one queue operation can generate a number of auditing messages because, within a single operation, the operating system performs several access checks. For example, before a job is executed on a print queue, the system checks to see if you have read access to the file, and it checks for read access again before printing the file. |