diff options
author | Brian Swetland <swetland@google.com> | 2010-10-22 22:34:46 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-22 22:34:46 -0700 |
commit | f3c29f0cf287ec3d329b012a2d48808b064632f6 (patch) | |
tree | 76b477604b57a493f99e82716a20530abb629632 | |
parent | ec70a9e1b5c12cde090749dc07e29b396b12f656 (diff) | |
parent | 5988ea726e91fbdc69485b729ea2f532fedfa1d6 (diff) | |
download | system_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.rc | 2 |
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 |