diff options
author | Jeff Sharkey <jsharkey@android.com> | 2012-07-13 12:16:44 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-07-13 12:16:44 -0700 |
commit | 873140368613af2d1c06e18ac2fd6fe24623b9bb (patch) | |
tree | 70d34e30e9d08af7c375d2ae518e6c09352442b1 /rootdir | |
parent | de016eef3366739d69d7908e4e6dbd54785632ab (diff) | |
parent | 55b763ff7b779d7ee91f245e0887332db8782afe (diff) | |
download | system_core-873140368613af2d1c06e18ac2fd6fe24623b9bb.zip system_core-873140368613af2d1c06e18ac2fd6fe24623b9bb.tar.gz system_core-873140368613af2d1c06e18ac2fd6fe24623b9bb.tar.bz2 |
am 55b763ff: Grant sdcard_r to ril-daemon.
* commit '55b763ff7b779d7ee91f245e0887332db8782afe':
Grant sdcard_r 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 63e0ee9..25e6750 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -392,7 +392,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 sdcard_rw log + group radio cache inet misc audio sdcard_r sdcard_rw log service surfaceflinger /system/bin/surfaceflinger class main |