Skip to content
Snippets Groups Projects
Commit 7fe796a0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Keystore needs to be able to call apps"

parents bec73b03 3de9cd95
No related branches found
No related tags found
No related merge requests found
......@@ -566,6 +566,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