summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Mccloskey <joshmccloskey@google.com>2023-01-11 03:56:47 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-01-11 03:56:47 +0000
commitdef8493a1e4ec014838b0d213b6d6e43c35b55f3 (patch)
tree64a80463d4aced174dae42a8c85a16493eeedabb
parentf7be904b78e9a75bb25a02f8cea31eb61312af2f (diff)
parent9a9efabc88ae3402e9d995f1ab22743af7b4aa7a (diff)
downloadtangorpro-sepolicy-def8493a1e4ec014838b0d213b6d6e43c35b55f3.tar.gz
Merge "Allow SystemUI to access fp hal." into tm-qpr-dev
-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)