Skip to content
Snippets Groups Projects
Commit a290f576 authored by Janis Danisevskis's avatar Janis Danisevskis
Browse files

Keystore needs to be able to call apps

The ConfirmationUI API has a callback interface by which confirmation
results are presented to the calling app. This requires keystore to call
into apps.

Test: Device boots and no more denials when call back is delivered to
      apps.
Bug: 63928580
Change-Id: Ie23211aeb74c39956c3c3b8b32843d35afa1315a
parent a7c52c5f
No related branches found
No related tags found
No related merge requests found
......@@ -560,6 +560,7 @@ define(`use_keystore', `
allow keystore $1:process getattr;
allow $1 keystore_service:service_manager find;
binder_call($1, keystore)
binder_call(keystore, $1)
')
###########################################
......
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