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:
commit
25e250aad0
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue