diff --git a/vendor/hal_fingerprint_capacitance.te b/vendor/hal_fingerprint_capacitance.te index 06a1ac1..21a86c7 100644 --- a/vendor/hal_fingerprint_capacitance.te +++ b/vendor/hal_fingerprint_capacitance.te @@ -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: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 hal_client_domain(hal_fingerprint_capacitance, hal_power);