Fix fingerprint crypto operations.
This fixes a bug introduced in the HIDL port where fingerprint no
longer notifies keystore of authentications.
Test: keyguard, FingerprintDialog
Fixes bug 34200870
Change-Id: I8b1aef9469ff4f4218573a6cde4c3a151512c226
diff --git a/public/hal_fingerprint.te b/public/hal_fingerprint.te
index 3d8a78d..db0fc6d 100644
--- a/public/hal_fingerprint.te
+++ b/public/hal_fingerprint.te
@@ -18,4 +18,7 @@
# For memory allocation
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)