1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Bull Inc., 1987 *
4 " * *
5 " * Copyright, C Honeywell Information Systems Inc., 1982 *
6 " * *
7 " * Copyright c 1972 by Massachusetts Institute of *
8 " * Technology and Honeywell Information Systems, Inc. *
9 " * *
10 " ***********************************************************
11
12 "
13 " Privileged gate to master directory control and
14 " volume registration management. The ring brackets
15 " will be 1 1 5. The ACL gives RE access to
16 " *.SysAdmin and *.SysDaemon.
17
18 " Modified 08/08/84 by EJ Sharpe to add volume registration entries
19 " add_lvr, add_pvr, change_lvr, change_pvr, delete_lvr, delete_pvr,
20 " read_lvr, and read_pvr.
21
22
23 include gate_macros
24
25 gate_info mdc_priv_
26
27 gate set_dmpr_usage,mdc_set_,dmpr_usage,5
28 gate make_mdcs,mdc_repair_,make_mdcs,2
29 gate copy_mdcs,mdc_repair_,copy_mdcs,3
30 gate register_mdir,mdc_repair_,register_mdir,3
31 gate delete_mdcs,mdc_repair_,delete_mdcs,2
32 gate rename_mdcs,mdc_repair_,rename_mdcs,3
33 gate update_lvid,mdc_repair_,update_lvid,3
34 gate set_volume_restrict_path,mdc_set_path_,volume_restrict,5
35 gate set_volume_default_path,mdc_set_path_,volume_default,5
36 gate validate_uidpaths,mdc_repair_,validate_uidpaths,2
37 gate change_lvr,volume_registration_mgr_,change_lvr,3
38 gate change_pvr,volume_registration_mgr_,change_pvr,3
39 gate delete_lvr,volume_registration_mgr_,delete_lvr,2
40 gate delete_pvr,volume_registration_mgr_,delete_pvr,2
41 gate read_lvr,volume_registration_mgr_,read_lvr,3
42 gate read_pvr,volume_registration_mgr_,read_pvr,3
43 gate add_lvr,volume_registration_mgr_,add_lvr,3
44 gate add_pvr,volume_registration_mgr_,add_pvr,3
45
46 end