android_system_sepolicy/public/hal_remoteaccess.te
Yu Shan 05a7389aa9 Create selinux policy for remoteaccess HAL.
Will add fuzzer once the service is implemented.

Test: Run remoteaccess HAL on gcar_emu. Verify the service is running.
Bug: 241483300
Change-Id: I01b31a88414536ddd90f9098f422ae43a48cf726
2022-09-20 18:09:49 -07:00

7 lines
244 B
Plaintext

# HwBinder IPC from client to server, and callbacks
binder_call(hal_remoteaccess_client, hal_remoteaccess_server)
binder_call(hal_remoteaccess_server, hal_remoteaccess_client)
hal_attribute_service(hal_remoteaccess, hal_remoteaccess_service)