summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua McCloskey <joshmccloskey@google.com>2023-01-05 04:31:25 +0000
committerJoshua McCloskey <joshmccloskey@google.com>2023-01-09 18:00:07 +0000
commite71f3a87394c9d8488cb3840e1ff41daf8ee7288 (patch)
treee0dd0faaac6271d3c7108ff156041529b89c5089
parent05a2ff9ae0d7692f7d944f331817f8eb87126f7c (diff)
downloadfelix-sepolicy-e71f3a87394c9d8488cb3840e1ff41daf8ee7288.tar.gz
Allow SystemUI to access fp hal.
Bug: 261209932 Test: Verified SystemUI can access HAL extension. Change-Id: Iefeca78703af30246420a55133c00769b84789f9
-rw-r--r--fingerprint_capacitance/system_app.te3
1 files changed, 3 insertions, 0 deletions
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)