android_system_sepolicy/public/hal_power.te
Wei Wang 32b24c0f0b stable aidl Power HAL policy
Test: boot and dumpsys -l
Change-Id: I58022c9e0c24ba4e2d695acf63375c9f74c51b22
2020-01-15 16:53:40 -08:00

10 lines
364 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)
hal_attribute_hwservice(hal_power, hal_power_hwservice)
add_service(hal_power_server, hal_power_service)
binder_call(hal_power_server, servicemanager)
allow hal_power_client hal_power_service:service_manager find;