summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Mccloskey <joshmccloskey@google.com>2023-01-10 01:38:27 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-01-10 01:38:27 +0000
commitfd408fc003e967396fc73d723aa7a34840888c8b (patch)
tree3343958ec68f6c2fa481e18d60ca63f0ffcd264c
parentc6adebd32f54161e113ce3557d23a2384ab10f21 (diff)
parente71f3a87394c9d8488cb3840e1ff41daf8ee7288 (diff)
downloadfelix-sepolicy-fd408fc003e967396fc73d723aa7a34840888c8b.tar.gz
Merge "Allow SystemUI to access fp hal."
-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)