From faa97399ca7921bef05f690ecf375c3faa0c7e98 Mon Sep 17 00:00:00 2001 From: lbill Date: Tue, 2 May 2023 09:14:44 +0000 Subject: [PATCH] Allow SystemUI to access fp hal. Bug: 279363703 Test: Verified SystemUI can access HAL extension. Change-Id: I3bc678008b5c4961d2a20e49351ea25d1ec7a629 --- fingerprint_capacitance/systemui_app.te | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fingerprint_capacitance/systemui_app.te diff --git a/fingerprint_capacitance/systemui_app.te b/fingerprint_capacitance/systemui_app.te new file mode 100644 index 0000000..b1e16d4 --- /dev/null +++ b/fingerprint_capacitance/systemui_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(systemui_app, hal_fingerprint) \ No newline at end of file