platform_system_sepolicy/public/hal_keymint.te
Shawn Willden 216245497b Allow keymint to access tee-device
Bug: 177729159
Test: build & boot w/keymint
Merged-In: I16a291d04c5dd951fede0ed9136af94718cac41f
Change-Id: I16a291d04c5dd951fede0ed9136af94718cac41f
2021-06-18 07:15:30 -06:00

8 lines
340 B
Text

binder_call(hal_keymint_client, hal_keymint_server)
hal_attribute_service(hal_keymint, hal_keymint_service)
hal_attribute_service(hal_keymint, hal_remotelyprovisionedcomponent_service)
binder_call(hal_keymint_server, servicemanager)
allow hal_keymint tee_device:chr_file rw_file_perms;
allow hal_keymint ion_device:chr_file r_file_perms;