Skip to content
Snippets Groups Projects
Commit 7e26f157 authored by Andres Morales's avatar Andres Morales Committed by Android Git Automerger
Browse files

am 2e9e13d4: am dd156fc3: Allow gatekeeperd to use keystore

* commit '2e9e13d4':
  Allow gatekeeperd to use keystore
parents ae4b79ce 2e9e13d4
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; ...@@ -10,8 +10,7 @@ allow gatekeeperd tee_device:chr_file rw_file_perms;
allow gatekeeperd gatekeeper_service:service_manager { add find }; allow gatekeeperd gatekeeper_service:service_manager { add find };
# Need to add auth tokens to KeyStore # Need to add auth tokens to KeyStore
allow gatekeeperd keystore_service:service_manager find; use_keystore(gatekeeperd)
binder_call(gatekeeperd, keystore)
allow gatekeeperd keystore:keystore_key { add_auth }; allow gatekeeperd keystore:keystore_key { add_auth };
# For permissions checking # 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