From f98ad21ce5aefcf4ef61bfd1a01843f996d98130 Mon Sep 17 00:00:00 2001 From: Juju Sung Date: Sat, 18 Jan 2020 10:21:07 +0800 Subject: [PATCH] [ALPS04767749] selinux: export fingerprint property coredump tool needs to expose system and vendor image fingerprint to know the relative version info. MTK-Commit-Id: bb82be1edc85daa3838c5917597d1c25e57bc434 Change-Id: Id29698199ac9081c56ad51f244b75732c9e18894 CR-Id: ALPS04767749 Feature: Android Exception Engine(AEE) --- non_plat/property_contexts | 4 ++++ r_non_plat/property_contexts | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/non_plat/property_contexts b/non_plat/property_contexts index a318dcf..a1a29f9 100644 --- a/non_plat/property_contexts +++ b/non_plat/property_contexts @@ -363,3 +363,7 @@ 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/r_non_plat/property_contexts b/r_non_plat/property_contexts index 609ded7..a3b2b60 100644 --- a/r_non_plat/property_contexts +++ b/r_non_plat/property_contexts @@ -351,3 +351,7 @@ 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 +