Snap for 9580861 from efb19b6d76 to udc-release

Change-Id: If474e38bfee7578f097319611b3e8876c2c6ab90
This commit is contained in:
Android Build Coastguard Worker
2023-02-09 02:03:25 +00:00

View File

@@ -23,6 +23,10 @@ allow hal_fingerprint_capacitance fwk_stats_service:service_manager find;
allow hal_fingerprint_capacitance sysfs_leds:dir search;
allow hal_fingerprint_capacitance sysfs_leds:file rw_file_perms;
# allow fingerprint to access sysfs_batteryinfo
allow hal_fingerprint_capacitance sysfs_batteryinfo:dir search;
allow hal_fingerprint_capacitance sysfs_batteryinfo: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;