mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 07:38:17 +00:00
davinci: sepolicy: Add fingerprint rules
Change-Id: Id8b275e2d8666799eb1529cc66bc1d386710d3a4
This commit is contained in:
9
sepolicy/vendor/hal_lineage_fod_default.te
vendored
Normal file
9
sepolicy/vendor/hal_lineage_fod_default.te
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
type sysfs_fod, sysfs_type, fs_type;
|
||||
|
||||
allow hal_lineage_fod_default sysfs_fod:file rw_file_perms;
|
||||
allow hal_lineage_fod_default sysfs_graphics:dir r_dir_perms;
|
||||
allow hal_lineage_fod_default sysfs_graphics:file rw_file_perms;
|
||||
|
||||
allow hal_lineage_fod_default hal_fingerprint_hwservice_xiaomi:hwservice_manager find;
|
||||
|
||||
binder_call(hal_lineage_fod_default, hal_fingerprint_default)
|
||||
Reference in New Issue
Block a user