1# computepipe router
2type computepipe_router_exec, exec_type, file_type, system_file_type;
3
4# allow init to launch processes in this context
5init_daemon_domain(computepipe_router)
6
7# allow this domain to instantiate query and registration interface
8add_service(computepipe_router, computepipe_router_query_service)
9add_service(computepipe_router, computepipe_router_registration_service)
10
11binder_use(computepipe_router)
12
13binder_service(computepipe_router)
14