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
This commit is contained in:
Jeff Tinker 2012-04-30 22:03:14 -07:00
parent b982bce73b
commit 65f1fbcad3
1 changed files with 1 additions and 1 deletions

View File

@ -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