From 0f5ea053947a2b5adfaa889113839b236684a735 Mon Sep 17 00:00:00 2001 From: Cosmo Sung Date: Wed, 5 Feb 2020 10:10:38 +0800 Subject: [PATCH] [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) --- r_non_plat/rild.te | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/r_non_plat/rild.te b/r_non_plat/rild.te index 67cf3eb..3edcd0b 100644 --- a/r_non_plat/rild.te +++ b/r_non_plat/rild.te @@ -157,4 +157,9 @@ 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; \ No newline at end of file +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)