sepolicy: Allow fingerprint to access fwk hwservice am: 58e5a0da26

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

Change-Id: I916d728f43839266b5619195e613c6034d320e34
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:37 +00:00 committed by Automerger Merge Worker
commit a0a9c3e30f

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;