From 517ab7da4ddc46597df17ad68b548b75d93e05b9 Mon Sep 17 00:00:00 2001 From: Joshua McCloskey Date: Wed, 6 Apr 2022 22:33:26 +0000 Subject: [PATCH] Allow platform apps to access FP Hal Bug: 227247855 Test: Verified manually that the fingerprint extension is working. Change-Id: Ia8fedcb373e23bf2103803195f844bf90b1807bc --- system_ext/private/platform_app.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system_ext/private/platform_app.te b/system_ext/private/platform_app.te index 10d6bba9..e9dcc76b 100644 --- a/system_ext/private/platform_app.te +++ b/system_ext/private/platform_app.te @@ -1,2 +1,5 @@ # allow systemui to set boot animation colors set_prop(platform_app, bootanim_system_prop); + +# allow systemui to access fingerprint +hal_client_domain(platform_app, hal_fingerprint)