fps: Allow fp to access sensor_servie & property am: 86776d4e10
Original change: https://googleplex-android-review.googlesource.com/c/device/google/comet-sepolicy/+/23493472 Change-Id: I97392f0b85cf9fd93d517c025c66ceee0f9c3ebb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cd043b3b2c
1 changed files with 6 additions and 0 deletions
|
@ -25,3 +25,9 @@ add_hwservice(hal_fingerprint_capacitance, hal_fingerprint_capacitance_ext_hwser
|
||||||
|
|
||||||
# allow fingerprint to access servicemanager
|
# allow fingerprint to access servicemanager
|
||||||
binder_call(hal_fingerprint_capacitance, servicemanager)
|
binder_call(hal_fingerprint_capacitance, servicemanager)
|
||||||
|
|
||||||
|
# allow fingerprint to access fwk sensor hwservice
|
||||||
|
allow hal_fingerprint_capacitance fwk_sensor_service:service_manager find;
|
||||||
|
|
||||||
|
# allow fingerprint to access fingerprint property
|
||||||
|
set_prop(hal_fingerprint_capacitance, vendor_fingerprint_prop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue