platform_system_sepolicy/public/hal_contexthub.te
Arthur Ishiguro e1ced2f4d8 Context Hub stable AIDL sepolicy
Bug: 194285834
Test: TreeHugger
Change-Id: I88675f7f61821619abbff87fa5ee321836745324
2021-08-10 22:06:43 +00:00

10 lines
420 B
Text

# HwBinder IPC from client to server, and callbacks
binder_call(hal_contexthub_client, hal_contexthub_server)
binder_call(hal_contexthub_server, hal_contexthub_client)
add_service(hal_contexthub_server, hal_contexthub_service)
binder_call(hal_contexthub_server, servicemanager)
allow hal_contexthub_client hal_contexthub_service:service_manager find;
hal_attribute_hwservice(hal_contexthub, hal_contexthub_hwservice)