Merge "fingerprint: allow fps to access sysfs_leds" into tm-qpr-dev am: 08b041020f

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

Change-Id: I6cb70dba28e44ce1e4b3f3fa743345ef7ced1970
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Eddie Lan 2023-01-09 12:38:11 +00:00 committed by Automerger Merge Worker
commit cd365867c0

View file

@ -19,6 +19,10 @@ hal_client_domain(hal_fingerprint_capacitance, hal_power);
# allow fingerprint to find fwk service
allow hal_fingerprint_capacitance fwk_stats_service:service_manager find;
# allow fingerprint to access sysfs_leds
allow hal_fingerprint_capacitance sysfs_leds:dir search;
allow hal_fingerprint_capacitance sysfs_leds:file rw_file_perms;
# allow fingerprint to access input_device
allow hal_fingerprint_capacitance input_device:dir r_dir_perms;
allow hal_fingerprint_capacitance input_device:chr_file rw_file_perms;