From 2dc0bbd55b21b605fbb48c8ac9d75b59b17cc164 Mon Sep 17 00:00:00 2001 From: Joshua McCloskey Date: Wed, 6 Apr 2022 22:27:24 +0000 Subject: [PATCH] Allow platform apps to access FP Hal Bug: 227247855 Test: Verified manually that the fingerprint extension is working. Change-Id: Id5550ca770942d02ad0796ed0d4e8584c434b680 --- system_ext/private/platform_app.te | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 system_ext/private/platform_app.te diff --git a/system_ext/private/platform_app.te b/system_ext/private/platform_app.te new file mode 100644 index 00000000..20042f25 --- /dev/null +++ b/system_ext/private/platform_app.te @@ -0,0 +1,2 @@ +# allow systemui access to fingerprint +hal_client_domain(platform_app, hal_fingerprint)