diff options
| author | Matt Filetto <matt.filetto@gmail.com> | 2017-02-21 00:05:24 -0800 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2017-03-02 18:22:08 -0500 |
| commit | f5b8933b02c6be48593c08cc5f9fd060f536c78f (patch) | |
| tree | 0ec7ca988987f7e832193e3e7fdaf03ed1d2aac5 | |
| parent | ab74fb1198f05d5218ce34834a47f4629a72be39 (diff) | |
msm8996: Add net_raw group to ril-daemon
* Our ril blobs need it.
Change-Id: I46503d456c9ebf6b58ce96303cc3ec7317d99179
| -rwxr-xr-x | rootdir/etc/init.qcom.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index bea0cbf..a0d5cb0 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -839,6 +839,14 @@ service battery_monitor /system/bin/battery_monitor group system disabled +service_redefine ril-daemon /system/bin/rild + class main + socket rild stream 660 root radio + socket sap_uim_socket1 stream 660 bluetooth bluetooth + socket rild-debug stream 660 radio system + user root + group radio cache inet misc audio log readproc wakelock qcom_diag net_raw + service ssr_diag /system/bin/ssr_diag class late_start user system |
