Merge "Allow hal_fingerprint_default to access hal_pixel_display_service" into tm-dev

This commit is contained in:
Yichi Chen 2022-05-05 02:03:49 +00:00 committed by Android (Google) Code Review
commit 650209645c

View file

@ -29,3 +29,7 @@ allow hal_fingerprint_default sysfs_display:file r_file_perms;
# Allow fingerprint to access trusty sysfs # Allow fingerprint to access trusty sysfs
allow hal_fingerprint_default sysfs_trusty:file rw_file_perms; 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)