davinci: sepolicy: Add fingerprint rules

Change-Id: Id8b275e2d8666799eb1529cc66bc1d386710d3a4
This commit is contained in:
Demon000
2020-03-04 00:28:52 +01:00
committed by Arian
parent 56783f283f
commit 6ce7df4ba6
6 changed files with 55 additions and 0 deletions

View 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)