Merge "Allow fingerprint hal to read sysfs_leds" into udc-dev

This commit is contained in:
KRIS CHEN 2023-03-24 02:06:37 +00:00 committed by Android (Google) Code Review
commit 2f8f23232a

View file

@ -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;