sdm660: sepolicy: Let fingerprint Hal setup properties
This commit is contained in:
parent
4278ca6cf6
commit
6086052825
1 changed files with 3 additions and 0 deletions
3
sepolicy/vendor/hal_fingerprint_sdm660.te
vendored
3
sepolicy/vendor/hal_fingerprint_sdm660.te
vendored
|
@ -16,6 +16,9 @@ allow hal_fingerprint_sdm660 { mnt_user_file storage_file }:lnk_file read;
|
|||
allow hal_fingerprint_sdm660 fingerprint_sysfs:dir r_dir_perms;
|
||||
allow hal_fingerprint_sdm660 fingerprint_sysfs:file rw_file_perms;
|
||||
|
||||
allow hal_fingerprint_sdm660 vendor_fp_prop:property_service set;
|
||||
allow hal_fingerprint_sdm660 vendor_fp_prop:file { getattr open read };
|
||||
|
||||
allow hal_fingerprint_sdm660 hal_fingerprint_sdm660:netlink_socket { create bind write read };
|
||||
|
||||
binder_call(hal_fingerprint_sdm660, vndservicemanager)
|
||||
|
|
Loading…
Reference in a new issue