summaryrefslogtreecommitdiffstats
path: root/non_plat
diff options
context:
space:
mode:
authorCosmo Sung <cosmo.sung@mediatek.com>2019-11-15 14:16:05 +0800
committerCosmo Sung <cosmo.sung@mediatek.com>2019-12-04 13:42:03 +0800
commit69e78e1d537a72aaca2ffecf4e708c007ad2f4ae (patch)
tree4a3caa50e5d1d09c2b3b7c5ba22b759af64b5fcd /non_plat
parente5f995940b04d6bfde3760214f560d7458012700 (diff)
downloaddevice_mediatek_wembley-sepolicy-69e78e1d537a72aaca2ffecf4e708c007ad2f4ae.tar.gz
device_mediatek_wembley-sepolicy-69e78e1d537a72aaca2ffecf4e708c007ad2f4ae.tar.bz2
device_mediatek_wembley-sepolicy-69e78e1d537a72aaca2ffecf4e708c007ad2f4ae.zip
[ALPS04882955] Error handling for RILD auto-restart
Allow rild to set gsm0710muxd_prop properties. Change-Id: Ia5974d851cae7fd86c806c4db0f7b91975822895 CR-Id: ALPS04882955 Feature: DSDS (Dual SIM Dual Standby) Framework-Common Framework(RIL) (cherry picked from commit c135e1fc7625cb3334278e0c9b6344bf81d46dc0)
Diffstat (limited to 'non_plat')
-rw-r--r--non_plat/rild.te4
1 files changed, 4 insertions, 0 deletions
diff --git a/non_plat/rild.te b/non_plat/rild.te
index e904c2b..6af2759 100644
--- a/non_plat/rild.te
+++ b/non_plat/rild.te
@@ -163,3 +163,7 @@ allow rild proc_aed_reboot_reason:file rw_file_perms;
# Purpose: Allow wfc module from rild read system property from wfc module
get_prop(rild, mtk_wfc_serv_prop)
+# Date: 2019/11/15
+# Operation: RILD init flow
+# Purpose: To handle illegal rild started
+set_prop(rild, gsm0710muxd_prop)