Alexey Polyudov | a9ce208 | 2016-10-20 11:20:25 -0700 | [diff] [blame] | 1 | # call into gatekeeperd process (callbacks) |
Alex Klyubin | 9e6b24c | 2017-03-16 18:48:40 -0700 | [diff] [blame^] | 2 | # TODO: This rules is unlikely to be needed because Gatekeeper HIDL |
3 | # says there are no callbacks | ||||
Alexey Polyudov | a9ce208 | 2016-10-20 11:20:25 -0700 | [diff] [blame] | 4 | binder_call(hal_gatekeeper, gatekeeperd) |
5 | |||||
6 | # TEE access. | ||||
7 | allow hal_gatekeeper tee_device:chr_file rw_file_perms; | ||||
8 | allow hal_gatekeeper ion_device:chr_file r_file_perms; |