1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Bull Inc., 1987 *
4 " * *
5 " * Copyright, C Honeywell Information Systems Inc., 1984 *
6 " * *
7 " * Copyright c 1972 by Massachusetts Institute of *
8 " * Technology and Honeywell Information Systems, Inc. *
9 " * *
10 " ***********************************************************
11
12 "
13 " Gate to RCP to perform administrative functions.
14 " This gate has ring brackets of 115.
15 " Its ACL gives access to only administrators and system processes.
16
17 include gate_macros
18
19 gate_info rcp_admin_
20
21 gate acquire,rcprm_find_resource_,priv_acquire,3
22 gate copy_registry,rcprm_registry_mgr_,copy_registry,7
23 gate delete_registry,rcprm_registry_mgr_,delete_registry,3
24 gate deregister,rcprm_find_resource_,deregister,3
25 gate get_status,rcprm_find_resource_,priv_status,3
26 gate list_awaiting_clear,rcprm_list_resource_,awaiting_clear,7
27 gate list_resources,rcprm_list_resource_,priv,7
28 gate register,rcprm_find_resource_,register,3
29 gate release,rcprm_find_resource_,priv_release,3
30 gate set_status,rcprm_find_resource_,priv_set,3
31 gate test_rcprm,rcprm_list_resource_,test,2
32
33 end
34