diff options
| author | Jeff Tinker <jtinker@google.com> | 2012-04-30 22:03:14 -0700 |
|---|---|---|
| committer | Jeff Tinker <jtinker@google.com> | 2012-04-30 22:10:12 -0700 |
| commit | 65f1fbcad3247997cf0f0eca54b88f0692781109 (patch) | |
| tree | b4cc849ed35dd094438e06b62e1ab0e095edbd3d /rootdir | |
| parent | b982bce73b7e2c824ffb50115ea382fe45c751a4 (diff) | |
| download | system_core-65f1fbcad3247997cf0f0eca54b88f0692781109.tar.gz system_core-65f1fbcad3247997cf0f0eca54b88f0692781109.tar.bz2 system_core-65f1fbcad3247997cf0f0eca54b88f0692781109.zip | |
Fix failure to play pinned movies
DRM server process needs to be able to access movies on sdcard
to acquire rights.
related-to-bug: 6414503
Change-Id: If90404e32fd437b8fb7d5a6ec8dfb30a499ef733
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 48a5f256..ac23dc4a 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -425,7 +425,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 + group drm system inet drmrpc sdcard_r service media /system/bin/mediaserver class main |
