Merge changes from topic "udfps-read-panel-name" into tm-mainline-prod

* changes:
  [automerge] Allow hal_fingerprint_default to access sysfs_display 2p: 3df0d7812b
  Allow hal_fingerprint_default to access sysfs_display
This commit is contained in:
KRIS CHEN 2022-03-29 01:39:34 +00:00 committed by Android (Google) Code Review
commit 8c045a9bd7

View file

@ -24,3 +24,5 @@ allow hal_fingerprint_default block_device:dir search;
# Allow fingerprint to access fwk_sensor_hwservice
allow hal_fingerprint_default fwk_sensor_hwservice:hwservice_manager find;
# Allow fingerprint to read sysfs_display
allow hal_fingerprint_default sysfs_display:file r_file_perms;