sepolicy: Allow fingerprint to access fwk hwservice am: f544a5a651

Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix-sepolicy/+/20441648

Change-Id: I477e36aeecb337216b8bdbe656370885a2699733
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
eddielan 2022-11-17 03:29:38 +00:00 committed by Automerger Merge Worker
commit 25e250aad0

View file

@ -26,3 +26,6 @@ allow hal_fingerprint_capacitance input_device:chr_file rw_file_perms;
# allow fingerprint to access hwservice # allow fingerprint to access hwservice
hwbinder_use(hal_fingerprint_capacitance) hwbinder_use(hal_fingerprint_capacitance)
add_hwservice(hal_fingerprint_capacitance, hal_fingerprint_capacitance_ext_hwservice) add_hwservice(hal_fingerprint_capacitance, hal_fingerprint_capacitance_ext_hwservice)
# allow fingerprint to access fwk sensor hwservice
allow hal_fingerprint_capacitance fwk_sensor_hwservice:hwservice_manager find;