From 2e110efe72fa6708f71d8a897f6a500a4b6b5489 Mon Sep 17 00:00:00 2001 From: Chenyang Zhong Date: Sat, 1 Jan 2022 18:35:53 +0000 Subject: [PATCH] sm6250-common: sepolicy: specify the owner of vendor props vendor_fp_prop is public because apps like Alipay may access it to enable biometrics payment authentication. Change-Id: I167bca763bdf2a5e66ed763f8e0a61b74c915498 Signed-off-by: Chenyang Zhong --- sepolicy/vendor/property.te | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sepolicy/vendor/property.te b/sepolicy/vendor/property.te index 27dde42..8181341 100644 --- a/sepolicy/vendor/property.te +++ b/sepolicy/vendor/property.te @@ -1,5 +1,5 @@ -type vendor_power_prop, property_type; +vendor_internal_prop(vendor_power_prop) -type vendor_fp_prop, property_type; +vendor_internal_prop(vendor_thermal_prop) -type vendor_thermal_prop, property_type; +vendor_public_prop(vendor_fp_prop)