android_system_sepolicy/public/hal_thermal.te
Peiyong Lin 4a5d0f13c4 Update SEPolicy for Thermal AIDL
Bug: b/205762943
Test: build and boot
Change-Id: I301b85dafbf8fbb1c4be388aa0291e22f4717c99
2022-10-05 00:55:20 +00:00

11 lines
423 B
Plaintext

# HwBinder IPC from client to server, and callbacks
binder_call(hal_thermal_client, hal_thermal_server)
binder_call(hal_thermal_server, hal_thermal_client)
hal_attribute_hwservice(hal_thermal, hal_thermal_hwservice)
hal_attribute_service(hal_thermal, hal_thermal_service)
add_service(hal_thermal_server, hal_thermal_service)
binder_call(hal_thermal_server, servicemanager)
binder_call(hal_thermal_client, servicemanager)