xref: /aosp_15_r20/system/sepolicy/private/hal_remotelyprovisionedcomponent_avf.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# allow binder connection from client to server
2binder_call(hal_remotelyprovisionedcomponent_avf_client, hal_remotelyprovisionedcomponent_avf_server)
3
4# allow client to find the service, allow server to register the service
5hal_attribute_service(hal_remotelyprovisionedcomponent_avf, hal_remotelyprovisionedcomponent_avf_service)
6
7# allow binder communication from server to service_manager
8binder_use(hal_remotelyprovisionedcomponent_avf_server)
9