Difference between revisions of "SYSTEM privileges"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Created page with "'''SYSTEM''' is a group of privileges that have the potential to interfere with normal system operation. It includes: * ALTPRI allows a process to increase...")
 
m
 
Line 2: Line 2:
  
 
* [[ALTPRI]] allows a process to increase its own priority, set the base priority of a target process, and change the priority of its batch and print jobs
 
* [[ALTPRI]] allows a process to increase its own priority, set the base priority of a target process, and change the priority of its batch and print jobs
* [[AUDIT]] allows software to append audit records to the system [[Security Audit|security audit log file]]
+
* [[AUDIT (privilege)|AUDIT]] allows software to append audit records to the system [[Security Audit|security audit log file]]
 
* [[OPER]] allows a process to use the [[OPCOM]] process to reply to users' requests, broadcast messages to all terminals, designate terminals as operator's terminals, etc
 
* [[OPER]] allows a process to use the [[OPCOM]] process to reply to users' requests, broadcast messages to all terminals, designate terminals as operator's terminals, etc
 
* [[PSWARM]] allows a process to control whether it can be [[Swapping|swapped]] out of the balance set
 
* [[PSWARM]] allows a process to control whether it can be [[Swapping|swapped]] out of the balance set

Latest revision as of 17:21, 23 July 2019

SYSTEM is a group of privileges that have the potential to interfere with normal system operation. It includes:

  • ALTPRI allows a process to increase its own priority, set the base priority of a target process, and change the priority of its batch and print jobs
  • AUDIT allows software to append audit records to the system security audit log file
  • OPER allows a process to use the OPCOM process to reply to users' requests, broadcast messages to all terminals, designate terminals as operator's terminals, etc
  • PSWARM allows a process to control whether it can be swapped out of the balance set
  • SECURITY allows a process to perform security-related functions such as modifying the system password or security audit settings
  • SYSLCK allows a process to lock systemwide resources or obtain information about a systemwide resource
  • WORLD allows a process to affect other processes on the system: suspend, resume, wake, delete them, control their priority, etc