sepolicy: Label dpframework props
W libc : Access denied finding property "persist.vendor.dp.dumpreg.check"
W libc : Access denied finding property "persist.vendor.dp.met.check"
W libc : Access denied finding property "ro.vendor.globalpq.support"
W libc : Access denied finding property "vendor.dp.dualpipe.4k.enable"
W libc : Access denied finding property "vendor.dp.dualpipe.cam.enable"
W libc : Access denied finding property "vendor.dp.dumpbuffer.enable"
W libc : Access denied finding property "vendor.dp.dumpbuffer.error"
W libc : Access denied finding property "vendor.dp.dumpbuffer.folder"
W libc : Access denied finding property "vendor.dp.dumpreg.enable"
W libc : Access denied finding property "vendor.dp.met.enable"
W libc : Access denied finding property "vendor.dp.mmpath.enable"
W libc : Access denied finding property "vendor.dp.reduceconfig.disable"
W libc : Access denied finding property "vendor.dp.systrace.enable"
W libc : Access denied finding property "vendor.sys.pq.mdp.vp.aispq.debug"
W libc : Access denied finding property "vendor.sys.pq.mdp.vp.aispq.fps"
Change-Id: I73f4fc45401fe84bc1dc3778a728f8cf4ca88d4e
diff --git a/basic/non_plat/property.te b/basic/non_plat/property.te
index 9419467..ac48dc3 100644
--- a/basic/non_plat/property.te
+++ b/basic/non_plat/property.te
@@ -127,6 +127,7 @@
vendor_restricted_prop(vendor_mtk_omx_core_prop)
vendor_restricted_prop(vendor_sf_latch_unsignaled_prop)
vendor_restricted_prop(vendor_mtk_hdr_video_prop)
+vendor_restricted_prop(vendor_mtk_dp_prop)
# Properties with can be read by all domains
typeattribute vendor_mtk_aal_ro_prop mtk_core_property_type;
@@ -209,3 +210,4 @@
typeattribute vendor_mtk_omx_core_prop mtk_core_property_type;
typeattribute vendor_sf_latch_unsignaled_prop mtk_core_property_type;
typeattribute vendor_mtk_hdr_video_prop mtk_core_property_type;
+typeattribute vendor_mtk_dp_prop mtk_core_property_type;
diff --git a/basic/non_plat/property_contexts b/basic/non_plat/property_contexts
index 904c6dc..6667515 100644
--- a/basic/non_plat/property_contexts
+++ b/basic/non_plat/property_contexts
@@ -389,3 +389,8 @@
ro.mtk_deinterlace_support u:object_r:vendor_mtk_deinterlace_prop:s0
ro.vendor.mtk_hdr_video_support u:object_r:vendor_mtk_hdr_video_prop:s0
vendor.debug.sf.latch_unsignaled u:object_r:vendor_sf_latch_unsignaled_prop:s0
+
+vendor.dp. u:object_r:vendor_mtk_dp_prop:s0
+vendor.sys.pq. u:object_r:vendor_mtk_dp_prop:s0
+persist.vendor.dp. u:object_r:vendor_mtk_dp_prop:s0
+ro.vendor.globalpq. u:object_r:vendor_mtk_dp_prop:s0