[ALPS03861873] rename system property

[Detail]
1. rename ril.mux to ril.vendor.mux
2. rename ril.ipo to vendor.ril.ipo

MTK-Commit-Id: 78bc6ff5295857d43026874250bf19005601f04f

Change-Id: I11f24cfb470db4ca4ed9108bce66a6bf956095fd
CR-Id: ALPS03861873
Feature: [Module]Telephony power on
diff --git a/non_plat/mtkrild.te b/non_plat/mtkrild.te
index 922fa10..f11d857 100644
--- a/non_plat/mtkrild.te
+++ b/non_plat/mtkrild.te
@@ -128,3 +128,7 @@
 # Allow to use sysenv
 allow mtkrild sysfs:file open;
 allow mtkrild sysfs:file read;
+
+#Date : W18.15
+#Purpose: allow rild access to vendor.ril.ipo system property
+set_prop(mtkrild, vendor_ril_ipo_prop)
\ No newline at end of file
diff --git a/non_plat/property_contexts b/non_plat/property_contexts
index 51c33df..a823999 100644
--- a/non_plat/property_contexts
+++ b/non_plat/property_contexts
@@ -15,6 +15,7 @@
 
 #=============allow mtkrild to set persist.ril property==============
 persist.ril u:object_r:persist_ril_prop:s0
+vendor.ril.ipo u:object_r:vendor_ril_ipo_prop:s0
 
 #=============allow netlog==============
 #debug.mtklog.init.flag
@@ -44,7 +45,7 @@
 debug.bq.dump u:object_r:debug_bq_dump_prop:s0
 
 #=============allow mux==============
-ril.mux.      u:object_r:gsm0710muxd_prop:s0
+vendor.ril.mux.      u:object_r:gsm0710muxd_prop:s0
 
 #=============allow mdinit==============
 ctl.ril-daemon-mtk   u:object_r:ctl_ril-daemon-mtk_prop:s0
@@ -60,7 +61,7 @@
 ctl.muxreport-daemon u:object_r:ctl_muxreport-daemon_prop:s0
 
 vendor.ril.active.md        u:object_r:ril_active_md_prop:s0
-ril.mux.report.case  u:object_r:ril_mux_report_case_prop:s0
+vendor.ril.mux.report.case  u:object_r:ril_mux_report_case_prop:s0
 ril.cdma.report      u:object_r:ril_cdma_report_prop:s0
 
 #=============allow bootanim==============
diff --git a/non_plat/rilproxy.te b/non_plat/rilproxy.te
index 0cce012..b422f25 100644
--- a/non_plat/rilproxy.te
+++ b/non_plat/rilproxy.te
@@ -49,3 +49,7 @@
 binder_call(rild, mtk_hal_audio)
 allow rild hal_audio_hwservice:hwservice_manager find;
 
+#Date : W18.15
+#Purpose: allow rild access to vendor.ril.ipo system property
+set_prop(mtkrild, vendor_ril_ipo_prop)
+