From 6366ddba28cb5606ffb26b9d45e5ce7a0f3c5d85 Mon Sep 17 00:00:00 2001 From: Vincent Wang Date: Wed, 13 Dec 2023 05:42:51 +0000 Subject: [PATCH] Add SEPoilcy for comet to access FingerprintHal from Settings Bug: 315927727 Test: Check SettingsGoogle could access FPHal via FingerprintExt Change-Id: I462cb3847e424c1ccb7e8f06c2449b25308db96b --- fingerprint_capacitance/system_app.te | 2 ++ 1 file changed, 2 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..e1a7d52 --- /dev/null +++ b/fingerprint_capacitance/system_app.te @@ -0,0 +1,2 @@ +# TODO (b/306087355) Remove this and make it specific to the app +hal_client_domain(system_app, hal_fingerprint)