From 7799a21c933125a0f95175b24e0268d31a189879 Mon Sep 17 00:00:00 2001
From: Jim Miller <jaggies@google.com>
Date: Thu, 15 Dec 2016 19:46:43 -0800
Subject: [PATCH] New SeLinux policy for fingerprint HIDL

Move from fingerprintd to new fingerprint_hal and update SeLinux policy.

Test: Boot with no errors related to fingerprint sepolicy
Bug: 33199080
Change-Id: Ia6963cb960769ec84bc51a58133a4e9944900e5a
---
 public/system_server.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/system_server.te b/public/system_server.te
index ee552630b..207a7c760 100644
--- a/public/system_server.te
+++ b/public/system_server.te
@@ -164,6 +164,7 @@ binder_call(system_server, hal_boot)
 binder_call(system_server, hal_contexthub)
 binder_call(system_server, hal_fingerprint)
 binder_call(system_server, hal_gnss);
+binder_call(system_server, hal_fingerprint)
 binder_call(system_server, hal_ir)
 binder_call(system_server, hal_light)
 binder_call(system_server, hal_memtrack)
-- 
GitLab