1###
2### Rules for all domains which are computepipe clients
3###
4
5# Allow binder use
6binder_use(computepipe_client_domain)
7
8# Allow look up using service manager
9allow computepipe_client_domain computepipe_router_query_service:service_manager find;
10