Skip to content
Snippets Groups Projects
Commit dd156fc3 authored by Andres Morales's avatar Andres Morales
Browse files

Allow gatekeeperd to use keystore

needs to call addAuthToken

Change-Id: If519df61448f19dfafab254668c17eea6c161ea4
parent 4127a4c8
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,7 @@ allow gatekeeperd tee_device:chr_file rw_file_perms;
allow gatekeeperd gatekeeper_service:service_manager { add find };
# Need to add auth tokens to KeyStore
allow gatekeeperd keystore_service:service_manager find;
binder_call(gatekeeperd, keystore)
use_keystore(gatekeeperd)
allow gatekeeperd keystore:keystore_key { add_auth };
# For permissions checking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment