Skip to content
Snippets Groups Projects
Commit b35c6bf6 authored by Jim Miller's avatar Jim Miller Committed by android-build-merger
Browse files

Fix fingerprint crypto operations. am: 2796009e am: 2be495aa am: d196a2f7

am: f0b101aa

Change-Id: I4a91218b740a96e5d2ca39cf16b174e239b5dbfe
parents 9c1be510 f0b101aa
No related branches found
No related tags found
No related merge requests found
...@@ -18,4 +18,7 @@ allow hal_fingerprint permission_service:service_manager find; ...@@ -18,4 +18,7 @@ allow hal_fingerprint permission_service:service_manager find;
# For memory allocation # For memory allocation
allow hal_fingerprint ion_device:chr_file r_file_perms; allow hal_fingerprint ion_device:chr_file r_file_perms;
# Allow fingerprint to find and call keystore binder interfaces
binder_use(hal_fingerprint);
r_dir_file(hal_fingerprint, cgroup) r_dir_file(hal_fingerprint, cgroup)
...@@ -155,6 +155,7 @@ binder_call(system_server, { appdomain ephemeral_app }) ...@@ -155,6 +155,7 @@ binder_call(system_server, { appdomain ephemeral_app })
binder_call(system_server, binderservicedomain) binder_call(system_server, binderservicedomain)
binder_call(system_server, dumpstate) binder_call(system_server, dumpstate)
binder_call(system_server, fingerprintd) binder_call(system_server, fingerprintd)
binder_call(system_server, hal_fingerprint)
binder_call(system_server, gatekeeperd) binder_call(system_server, gatekeeperd)
binder_call(system_server, installd) binder_call(system_server, installd)
binder_call(system_server, netd) binder_call(system_server, netd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment