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

6 lines
305 B
Text

# HwBinder IPC from client to server
binder_call(hal_allocator_client, hal_allocator_server)
add_hwservice(hal_allocator_server, hidl_allocator_hwservice)
allow hal_allocator_client hidl_allocator_hwservice:hwservice_manager find;
allow hal_allocator_client hidl_memory_hwservice:hwservice_manager find;