1 02/27/85 set_system_priv
 2 
 3 Syntax as a command:  set_system_priv privilege_name1
 4    {...privilege_nameN}
 5 
 6 
 7 Function:  is used to turn on and off the system privileges that allow
 8 the process to function outside the restrictions of the AIM access
 9 controls.  Whenever the privileges are turned on, the user must
10 carefully check to ensure that his actions do not accidentally disclose
11 information that was previously protected by the AIM access controls.
12 
13 The set_system_priv command is needed only if the site is using the AIM
14 access controls.
15 
16 
17 Arguments:
18 privilege_namei
19    may be any of a character string which is listed below.
20 
21 
22 List of character strings:
23 comm
24    turn on communications privilege.
25 dir
26    turn on directory privilege.
27 seg
28    turn on segment privilege.
29 ipc
30    turn on interprocess communication (IPC) send/receive privilege.
31 ring1
32    turn on privilege for ring 1 subsystems.
33 soos
34    turn on security-out-of-service privilege.
35 
36 
37 rcp
38    turn on privilege for RCP resource management.
39 
40    If any of the above privilege_names is preceded by the character
41    "^", the corresponding privilege is turned off.  All privileges not
42    mentioned in the argument string remain unchanged.
43 
44 
45 Access required:  The user must have access to the system_privilege_
46 gate to use this command.