Merge "fingerprint: Allow fps to access wakeup node" into main

This commit is contained in:
Kai Chang 2024-01-12 09:25:50 +00:00 committed by Android (Google) Code Review
commit 20aa003baa

View file

@ -10,6 +10,9 @@ allow hal_fingerprint_capacitance tee_device:chr_file rw_file_perms;
allow hal_fingerprint_capacitance sysfs_fingerprint:dir r_dir_perms; allow hal_fingerprint_capacitance sysfs_fingerprint:dir r_dir_perms;
allow hal_fingerprint_capacitance sysfs_fingerprint:file rw_file_perms; allow hal_fingerprint_capacitance sysfs_fingerprint:file rw_file_perms;
# allow fingerprint to access wakeup node
allow hal_fingerprint_capacitance sysfs_wakeup:file rw_file_perms;
# allow fingerprint to access power hal # allow fingerprint to access power hal
hal_client_domain(hal_fingerprint_capacitance, hal_power); hal_client_domain(hal_fingerprint_capacitance, hal_power);