diff options
author | Jeff Sharkey <jsharkey@android.com> | 2012-08-20 14:31:47 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2012-08-20 14:31:47 -0700 |
commit | 61f1359486e578bc0fc12bc4f42c7cd65991fc5c (patch) | |
tree | 968acff96a65d324e6193b9725e0eecaead2f445 | |
parent | 5dd0f86fbfed631b31c9055109889f1d9559a3ea (diff) | |
download | core-61f1359486e578bc0fc12bc4f42c7cd65991fc5c.tar.gz core-61f1359486e578bc0fc12bc4f42c7cd65991fc5c.tar.bz2 core-61f1359486e578bc0fc12bc4f42c7cd65991fc5c.zip |
Remove sdcard groups from services.
Even with the groups, services no longer have access.
Change-Id: I2b4871b276ffd309c08c404b1211b33406dbebd5
-rw-r--r-- | rootdir/init.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 1ed13231f..89aafaf58 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -418,7 +418,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_r sdcard_rw log + group radio cache inet misc audio log service surfaceflinger /system/bin/surfaceflinger class main @@ -437,7 +437,7 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys service drm /system/bin/drmserver class main user drm - group drm system inet drmrpc sdcard_r + group drm system inet drmrpc service media /system/bin/mediaserver class main |