android_device_xiaomi_sm835.../sepolicy/vendor/hal_lineage_fod_default.te
Erfan Abdi 124e1c3210 sm8350-common: sepolicy: Replace mfp rules with hal_fingerprint_default
Change-Id: Ifa560592bcab7bc76155a1addde81c5ff0af147e
2022-04-02 00:00:23 +02:00

12 lines
476 B
Plaintext

type vendor_sysfs_fod, sysfs_type, fs_type;
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)
hal_client_domain(hal_lineage_fod_default, hal_fingerprint)