From 6086052825df3dd828ec666bd1086cb58c00af6d Mon Sep 17 00:00:00 2001 From: Max Weffers Date: Tue, 13 Aug 2019 16:11:30 +0200 Subject: [PATCH] sdm660: sepolicy: Let fingerprint Hal setup properties --- sepolicy/vendor/hal_fingerprint_sdm660.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepolicy/vendor/hal_fingerprint_sdm660.te b/sepolicy/vendor/hal_fingerprint_sdm660.te index 32e513b3..7856675f 100644 --- a/sepolicy/vendor/hal_fingerprint_sdm660.te +++ b/sepolicy/vendor/hal_fingerprint_sdm660.te @@ -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)