[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)
This commit is contained in:
Juju Sung 2020-01-18 10:21:25 +08:00
parent 42a61b8bae
commit 939dbae537
3 changed files with 4 additions and 6 deletions

View File

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

View File

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

View File

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