sdm660: sepolicy: Let fingerprint Hal setup properties

This commit is contained in:
Max Weffers 2019-08-13 16:11:30 +02:00
parent 4278ca6cf6
commit 6086052825
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

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