diff options
| author | Brian Swetland <swetland@google.com> | 2010-10-22 22:48:02 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-22 22:48:02 -0700 |
| commit | 98b1378606780c28501708ca02560c82bb1fda53 (patch) | |
| tree | 9e9684a0e75c8ef0cafa333e7f541742fab6a376 /rootdir | |
| parent | 43e21849da0ce47f25e198c78e7ca4335b76dde0 (diff) | |
| parent | f3c29f0cf287ec3d329b012a2d48808b064632f6 (diff) | |
| download | system_core-98b1378606780c28501708ca02560c82bb1fda53.tar.gz system_core-98b1378606780c28501708ca02560c82bb1fda53.tar.bz2 system_core-98b1378606780c28501708ca02560c82bb1fda53.zip | |
am f3c29f0c: am 5988ea72: add sdcard access permission to ril daemon
Merge commit 'f3c29f0cf287ec3d329b012a2d48808b064632f6'
* commit 'f3c29f0cf287ec3d329b012a2d48808b064632f6':
add sdcard access permission to ril daemon
Diffstat (limited to 'rootdir')
| -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 384216a8..6bc2e5d2 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 |
