diff options
| author | Brian Swetland <swetland@google.com> | 2010-10-22 22:17:17 -0700 |
|---|---|---|
| committer | Brian Swetland <swetland@google.com> | 2010-10-22 22:17:17 -0700 |
| commit | 5988ea726e91fbdc69485b729ea2f532fedfa1d6 (patch) | |
| tree | fa2040104961d4e006f7b846aa140948945198ad | |
| parent | d02e521d79a49471b3f1dc3717e842948df64789 (diff) | |
| download | system_core-5988ea726e91fbdc69485b729ea2f532fedfa1d6.tar.gz system_core-5988ea726e91fbdc69485b729ea2f532fedfa1d6.tar.bz2 system_core-5988ea726e91fbdc69485b729ea2f532fedfa1d6.zip | |
add sdcard access permission to ril daemon
Some RIL daemons write crashdumps to sdcard.
Change-Id: I49a8d2cb342fd7f8bd23dbb1bcc378726e10a579
| -rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 6ef238d3..27172736 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -316,7 +316,7 @@ service ril-daemon /system/bin/rild socket rild stream 660 root radio socket rild-debug stream 660 radio system user root - group radio cache inet misc audio + group radio cache inet misc audio sdcard_rw service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server socket zygote stream 666 |
