sm7325-common: sepolicy: allow fp hal to acess tzstorage data files
FP HAL needs read access to /data/vendor/tzstorage/goodix/gf_otp_info Change-Id: If7460e792df04dfc1a1efdb8a2d72d56f1801a62
This commit is contained in:
parent
4b72c1f28e
commit
570636673b
2
sepolicy/vendor/hal_fingerprint_default.te
vendored
2
sepolicy/vendor/hal_fingerprint_default.te
vendored
@ -12,3 +12,5 @@ allow hal_fingerprint_default vendor_sysfs_fingerprint:dir r_dir_perms;
|
||||
allow hal_fingerprint_default vendor_sysfs_fingerprint:file rw_file_perms;
|
||||
allow hal_fingerprint_default uhid_device:chr_file rw_file_perms;
|
||||
allow hal_fingerprint_default vendor_sysfs_fingerprint:{ file lnk_file } read;
|
||||
allow hal_fingerprint_default vendor_data_tzstorage_file:dir rw_dir_perms;
|
||||
allow hal_fingerprint_default vendor_data_tzstorage_file:file create_file_perms;
|
||||
|
Loading…
x
Reference in New Issue
Block a user