xref: /aosp_15_r20/system/sepolicy/private/hal_contexthub.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# HwBinder IPC from client to server, and callbacks
2binder_call(hal_contexthub_client, hal_contexthub_server)
3binder_call(hal_contexthub_server, hal_contexthub_client)
4
5add_service(hal_contexthub_server, hal_contexthub_service)
6binder_call(hal_contexthub_server, servicemanager)
7
8allow hal_contexthub_client hal_contexthub_service:service_manager find;
9
10hal_attribute_hwservice(hal_contexthub, hal_contexthub_hwservice)
11