summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2010-10-22 22:34:46 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-22 22:34:46 -0700
commitf3c29f0cf287ec3d329b012a2d48808b064632f6 (patch)
tree76b477604b57a493f99e82716a20530abb629632
parentec70a9e1b5c12cde090749dc07e29b396b12f656 (diff)
parent5988ea726e91fbdc69485b729ea2f532fedfa1d6 (diff)
downloadsystem_core-f3c29f0cf287ec3d329b012a2d48808b064632f6.zip
system_core-f3c29f0cf287ec3d329b012a2d48808b064632f6.tar.gz
system_core-f3c29f0cf287ec3d329b012a2d48808b064632f6.tar.bz2
am 5988ea72: add sdcard access permission to ril daemon
Merge commit '5988ea726e91fbdc69485b729ea2f532fedfa1d6' into gingerbread-plus-aosp * commit '5988ea726e91fbdc69485b729ea2f532fedfa1d6': add sdcard access permission to ril daemon
-rw-r--r--rootdir/init.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index d0ee064..86319d1 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -321,7 +321,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