From 65f1fbcad3247997cf0f0eca54b88f0692781109 Mon Sep 17 00:00:00 2001 From: Jeff Tinker Date: Mon, 30 Apr 2012 22:03:14 -0700 Subject: [PATCH] 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 --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 48a5f256d..ac23dc4a0 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