summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosmo Sung <cosmo.sung@mediatek.com>2020-02-05 10:10:38 +0800
committerCosmo Sung <cosmo.sung@mediatek.com>2020-02-05 10:10:38 +0800
commit11eb261fe9326aec7517d36dc6bcaaccf3ef23d0 (patch)
tree2e84f0e7d29e274386ab9dbb5f580024174c90ed
parent3e9ad9c8d8df5558f624861bdefceb52badb64e6 (diff)
downloadwembley-sepolicy-11eb261fe9326aec7517d36dc6bcaaccf3ef23d0.tar.gz
[ALPS04968107] Error handling for RILD auto-restart
Allow rild to access MUXD property. MTK-Commit-Id: 62289c439c81e3062c8908623706f2c02c95e3aa 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)