Alexey Polyudov | a9ce208 | 2016-10-20 11:20:25 -0700 | [diff] [blame^] | 1 | # hwbinder access |
2 | hwbinder_use(hal_gatekeeper) | ||||
3 | |||||
4 | # call into gatekeeperd process (callbacks) | ||||
5 | binder_call(hal_gatekeeper, gatekeeperd) | ||||
6 | |||||
7 | # TEE access. | ||||
8 | allow hal_gatekeeper tee_device:chr_file rw_file_perms; | ||||
9 | allow hal_gatekeeper ion_device:chr_file r_file_perms; |