Merge "Keystore needs to be able to call apps" into pi-dev
am: c417b39f57
Change-Id: I7974a251cc3c00618d9f2839b0128a5b329b7bad
This commit is contained in:
commit
ffd2b32927
1 changed files with 1 additions and 0 deletions
|
@ -560,6 +560,7 @@ define(`use_keystore', `
|
||||||
allow keystore $1:process getattr;
|
allow keystore $1:process getattr;
|
||||||
allow $1 keystore_service:service_manager find;
|
allow $1 keystore_service:service_manager find;
|
||||||
binder_call($1, keystore)
|
binder_call($1, keystore)
|
||||||
|
binder_call(keystore, $1)
|
||||||
')
|
')
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
Loading…
Reference in a new issue