Merge "Allow fingerprint hal to read sysfs_leds" into udc-dev am: 2f8f23232a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/22178646 Change-Id: Id29c4d1281e5aca629f1a76a3c2e7c65a63c414a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cb8f52b514
1 changed files with 4 additions and 0 deletions
|
@ -33,3 +33,7 @@ allow hal_fingerprint_default sysfs_trusty:file rw_file_perms;
|
|||
# Allow fingerprint to access display hal
|
||||
allow hal_fingerprint_default hal_pixel_display_service:service_manager find;
|
||||
binder_call(hal_fingerprint_default, hal_graphics_composer_default)
|
||||
|
||||
# allow fingerprint to read sysfs_leds
|
||||
allow hal_fingerprint_default sysfs_leds:file r_file_perms;
|
||||
allow hal_fingerprint_default sysfs_leds:dir r_dir_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue