summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmo Sung <cosmo.sung@mediatek.com>2020-01-20 18:40:36 +0800
committerCosmo Sung <cosmo.sung@mediatek.com>2020-01-21 09:05:15 +0800
commit62289c439c81e3062c8908623706f2c02c95e3aa (patch)
tree2e84f0e7d29e274386ab9dbb5f580024174c90ed
parentc4c114f0d7406a559e214f8c0ff283590716a9bf (diff)
downloaddevice_mediatek_wembley-sepolicy-62289c439c81e3062c8908623706f2c02c95e3aa.tar.gz
device_mediatek_wembley-sepolicy-62289c439c81e3062c8908623706f2c02c95e3aa.tar.bz2
device_mediatek_wembley-sepolicy-62289c439c81e3062c8908623706f2c02c95e3aa.zip
[ALPS04968107] Error handling for RILD auto-restart
Allow rild to access MUXD property. Change-Id: I3a373cf8bef1da965eda3063e74670302f2cbf0c CR-Id: ALPS04968107 Feature: DSDS (Dual SIM Dual Standby) Framework-Common Framework(RIL) (cherry picked from commit b6c41fe738e7f1c27dc21c64c193f07670fb8044)
-rw-r--r--r_non_plat/rild.te5
1 files changed, 5 insertions, 0 deletions
diff --git a/r_non_plat/rild.te b/r_non_plat/rild.te
index 30dc920..0d7ae35 100644
--- a/r_non_plat/rild.te
+++ b/r_non_plat/rild.te
@@ -152,3 +152,8 @@ allow rild self:netlink_netfilter_socket { create_socket_perms_no_ioctl };
# Date : 2019/08/29
# Purpose: Allow rild to access proc/aed/reboot-reason
allow rild proc_aed_reboot_reason:file rw_file_perms;
+
+# Date: 2019/11/15
+# Operation: RILD init flow
+# Purpose: To handle illegal rild started
+set_prop(rild, gsm0710muxd_prop)