xref: /aosp_15_r20/system/sepolicy/prebuilts/api/30.0/public/hal_power.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# HwBinder IPC from client to server, and callbacks
2binder_call(hal_power_client, hal_power_server)
3binder_call(hal_power_server, hal_power_client)
4
5hal_attribute_hwservice(hal_power, hal_power_hwservice)
6
7add_service(hal_power_server, hal_power_service)
8binder_call(hal_power_server, servicemanager)
9binder_call(hal_power_client, servicemanager)
10allow hal_power_client hal_power_service:service_manager find;
11