android13/packages/services/Car/cpp/computepipe/sepolicy/private/computepipeclientdomain.te

10 lines
248 B
Plaintext

###
### Rules for all domains which are computepipe clients
###
# Allow binder use
binder_use(computepipe_client_domain)
# Allow look up using service manager
allow computepipe_client_domain computepipe_router_query_service:service_manager find;