From 939dbae5378fbdae8b5359891f300e73aa36711d Mon Sep 17 00:00:00 2001 From: Juju Sung Date: Sat, 18 Jan 2020 10:21:25 +0800 Subject: [PATCH] [ALPS04823486] selinux: export fingerprint property coredump tool needs to expose system and vendor image fingerprint to know the relative version info. MTK-Commit-Id: e8794c35f056dfeb20c0dff8b8aa506bd938fbd6 Change-Id: I009e10ccc8838b032d2192055fe1defcf81cebee CR-Id: ALPS04823486 Feature: Android Exception Engine(AEE) --- non_plat/property_contexts | 3 --- plat_private/property_contexts | 4 ++++ r_non_plat/property_contexts | 3 --- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/non_plat/property_contexts b/non_plat/property_contexts index a1a29f9..4f394e8 100644 --- a/non_plat/property_contexts +++ b/non_plat/property_contexts @@ -364,6 +364,3 @@ persist.vendor.sys.hdmi_hidl. u:object_r:mtk_hdmi_prop:s0 #=============mtk nn option==============# ro.vendor.mtk_nn.option u:object_r:mtk_nn_option_prop:s0 -#============system fingerprint property===========# -ro.system.build.fingerprint u:object_r:exported_fingerprint_prop:s0 exact string - diff --git a/plat_private/property_contexts b/plat_private/property_contexts index 66792db..b85131f 100644 --- a/plat_private/property_contexts +++ b/plat_private/property_contexts @@ -12,3 +12,7 @@ ro.audio.usb.period_us u:object_r:exported_default_prop:s0 exact int #allow adb daemon to read "persist.adb.nonblocking_ffs" persist.adb.nonblocking_ffs u:object_r:exported_default_prop:s0 exact int + +#============system fingerprint property===========# +ro.system.build.fingerprint u:object_r:exported_fingerprint_prop:s0 exact string + diff --git a/r_non_plat/property_contexts b/r_non_plat/property_contexts index a3b2b60..09883d5 100644 --- a/r_non_plat/property_contexts +++ b/r_non_plat/property_contexts @@ -352,6 +352,3 @@ persist.vendor.sys.hdmi_hidl. u:object_r:mtk_hdmi_prop:s0 #=============mtk nn option==============# ro.vendor.mtk_nn.option u:object_r:mtk_nn_option_prop:s0 -#============system fingerprint property============# -ro.system.build.fingerprint u:object_r:exported_fingerprint_prop:s0 exact string -