Merge "Keystore needs to be able to call apps"

This commit is contained in:
Treehugger Robot 2018-03-29 00:42:29 +00:00 committed by Gerrit Code Review
commit 7fe796a068

View file

@ -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)
')
###########################################