From 9a9efabc88ae3402e9d995f1ab22743af7b4aa7a Mon Sep 17 00:00:00 2001 From: Joshua McCloskey Date: Thu, 5 Jan 2023 04:28:14 +0000 Subject: [PATCH] Allow SystemUI to access fp hal. Bug: 261209932 Test: Verified SystemUI can access HAL extension. Change-Id: If1a2c7debafad70b6aece6c8ac63852e4b2b6276 Merged-In: If1a2c7debafad70b6aece6c8ac63852e4b2b6276 --- fingerprint_capacitance/system_app.te | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fingerprint_capacitance/system_app.te diff --git a/fingerprint_capacitance/system_app.te b/fingerprint_capacitance/system_app.te new file mode 100644 index 0000000..f583431 --- /dev/null +++ b/fingerprint_capacitance/system_app.te @@ -0,0 +1,3 @@ +# TODO (b/264266705) Remove this and make it specific to the app +# allow SystemUIGoogle to access fingerprint hal +hal_client_domain(system_app, hal_fingerprint)