[automerge] Allow hal_fingerprint_default to access sysfs_display 2p: 3df0d7812b

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/17397164

Bug: 223687187
Change-Id: Iddbb92bafceeed18afd86990f147695e06e093e0
This commit is contained in:
Kris Chen 2022-03-25 06:56:53 +00:00 committed by Presubmit Automerger Backend
commit 04ee13801b

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;