aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2010-10-22 22:17:17 -0700
committerBrian Swetland <swetland@google.com>2010-10-22 22:17:17 -0700
commit5988ea726e91fbdc69485b729ea2f532fedfa1d6 (patch)
treefa2040104961d4e006f7b846aa140948945198ad /rootdir
parentd02e521d79a49471b3f1dc3717e842948df64789 (diff)
downloadsystem_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
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc2
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