mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
11 lines
492 B
Plaintext
11 lines
492 B
Plaintext
# TODO(b/36587860): Remove once Fingerprint HAL no longer uses Binder
|
|
binder_use(hal_fingerprint)
|
|
|
|
allow hal_fingerprint sysfs_fingerprint:dir r_dir_perms;
|
|
allow hal_fingerprint sysfs_fingerprint:file rw_file_perms;
|
|
allow hal_fingerprint sysfs_msm_subsys:dir search;
|
|
allow hal_fingerprint sysfs_msm_subsys:file r_file_perms;
|
|
allow hal_fingerprint tee_device:file rw_file_perms;
|
|
allow hal_fingerprint tee_device:chr_file rw_file_perms;
|
|
allow hal_fingerprint uhid_device:chr_file w_file_perms;
|