allwinner_a64/android/system/sepolicy/public/hal_power.te
2018-08-08 17:48:24 +08:00

6 lines
269 B
Text

# 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;