xref: /aosp_15_r20/system/sepolicy/private/hal_allocator.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# HwBinder IPC from client to server
2binder_call(hal_allocator_client, hal_allocator_server)
3
4hal_attribute_hwservice(hal_allocator, hidl_allocator_hwservice)
5allow hal_allocator_client hidl_memory_hwservice:hwservice_manager find;
6allow hal_allocator_client same_process_hal_file:file { execute read open getattr map };
7