android13/system/sepolicy/prebuilts/api/28.0/public/hal_power.te

7 lines
269 B
Plaintext

# HwBinder IPC from client to server, and callbacks
binder_call(hal_power_client, hal_power_server)
binder_call(hal_power_server, hal_power_client)
add_hwservice(hal_power_server, hal_power_hwservice)
allow hal_power_client hal_power_hwservice:hwservice_manager find;