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

This commit is contained in:
Eddie Lan 2023-01-09 12:06:39 +00:00 committed by Android (Google) Code Review
commit 08b041020f

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;