[ALPS04277923] SUPL SMS dispatch new feature

Allow rild access to send SUPL INIT to mnld.

Change-Id: If47a5702cd723e2cc1a6a214e1560ba19ae8c055
CR-Id: ALPS04277923
Feature: [Android Default] Message-SMS framework
diff --git a/non_plat/rilproxy.te b/non_plat/rilproxy.te
index 83d1f86..33f6b8e 100644
--- a/non_plat/rilproxy.te
+++ b/non_plat/rilproxy.te
@@ -66,3 +66,9 @@
 # Operation: P migration
 # Purpose: Allow supplementary service HIDL to set vendor property
 set_prop(mtkrild, mtk_ss_vendor_prop)
+
+# Date : W19.16
+# Operation: Q migration
+# Purpose: Allow rild access to send SUPL INIT to mnld
+allow rild mnld:unix_dgram_socket sendto;
+allow mtkrild mnld:unix_dgram_socket sendto;