mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: sepolicy: Fix fingerprint sepolicy
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
7df2e9229d
commit
892d0b7f55
1
sepolicy/vendor/hal_fingerprint_default.te
vendored
1
sepolicy/vendor/hal_fingerprint_default.te
vendored
|
@ -7,6 +7,7 @@ allow hal_fingerprint_default self:netlink_kobject_uevent_socket { read create b
|
||||||
allow hal_fingerprint_default sysfs_fp_name_path:dir r_dir_perms;
|
allow hal_fingerprint_default sysfs_fp_name_path:dir r_dir_perms;
|
||||||
allow hal_fingerprint_default sysfs_fp_name_path:file rw_file_perms;
|
allow hal_fingerprint_default sysfs_fp_name_path:file rw_file_perms;
|
||||||
allow hal_fingerprint_default vndbinder_device:chr_file r_file_perms;
|
allow hal_fingerprint_default vndbinder_device:chr_file r_file_perms;
|
||||||
|
allow hal_fingerprint_default vndbinder_device:chr_file rw_file_perms;
|
||||||
allow hal_fingerprint_default vendor_gf_data_file:dir create_dir_perms;
|
allow hal_fingerprint_default vendor_gf_data_file:dir create_dir_perms;
|
||||||
allow hal_fingerprint_default vendor_gf_data_file:file create_file_perms;
|
allow hal_fingerprint_default vendor_gf_data_file:file create_file_perms;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue