Merge "fingerprint: allow fps to access sysfs_leds" into tm-qpr-dev am: c3b8cda0f5 am: 884f7fb41d

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

Change-Id: I4f7d7e2ca2fb0f00899fd6766813f6341f7f1283
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Eddie Lan 2023-01-09 13:14:59 +00:00 committed by Automerger Merge Worker
commit c6adebd32f

View file

@ -19,6 +19,10 @@ hal_client_domain(hal_fingerprint_capacitance, hal_power);
# allow fingerprint to find fwk service # allow fingerprint to find fwk service
allow hal_fingerprint_capacitance fwk_stats_service:service_manager find; 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 fingerprint to access input_device
allow hal_fingerprint_capacitance input_device:dir r_dir_perms; allow hal_fingerprint_capacitance input_device:dir r_dir_perms;
allow hal_fingerprint_capacitance input_device:chr_file rw_file_perms; allow hal_fingerprint_capacitance input_device:chr_file rw_file_perms;