android_system_sepolicy/public/hal_authgraph.te
David Drysdale c4ab01baad Add sepolicy for non-secure AuthGraph impl
Bug: 284470121
Bug: 291228560
Test: hal_implementation_test
Test: VtsAidlAuthGraphSessionTest
Change-Id: I85bf9e0656bab3c96765cc15a5a983aefb6af66d
2023-10-26 02:00:43 +00:00

8 lines
291 B
Plaintext

binder_call(hal_authgraph_client, hal_authgraph_server)
hal_attribute_service(hal_authgraph, hal_authgraph_service)
binder_call(hal_authgraph_server, servicemanager)
allow hal_authgraph_server tee_device:chr_file rw_file_perms;
allow hal_authgraph_server ion_device:chr_file r_file_perms;