sm8350-common: sepolicy: allow inscreen fingerprint hal to send command to xiaomi hwservice

This commit is contained in:
Cosmin Tanislav 2021-10-19 08:12:51 +03:00
parent 237a992c1a
commit 2f5f3de750

View File

@ -4,6 +4,9 @@ allow hal_lineage_fod_default vendor_sysfs_fod:file rw_file_perms;
allow hal_lineage_fod_default vendor_sysfs_graphics:dir r_dir_perms;
allow hal_lineage_fod_default vendor_sysfs_graphics:file rw_file_perms;
allow hal_lineage_fod_default vendor_hal_fingerprint_hwservice_xiaomi:hwservice_manager { find };
binder_call(hal_lineage_fod_default, hal_fingerprint_default)
binder_call(hal_lineage_fod_default, vendor_mfp-daemon)
hal_client_domain(hal_lineage_fod_default, hal_fingerprint)