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 -