You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
325 B
8 lines
325 B
binder_call(hal_gatekeeper_client, hal_gatekeeper_server) |
|
|
|
add_hwservice(hal_gatekeeper_server, hal_gatekeeper_hwservice) |
|
allow hal_gatekeeper_client hal_gatekeeper_hwservice:hwservice_manager find; |
|
|
|
# TEE access. |
|
allow hal_gatekeeper tee_device:chr_file rw_file_perms; |
|
allow hal_gatekeeper ion_device:chr_file r_file_perms;
|
|
|