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
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 48a5f25..ac23dc4 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -425,7 +425,7 @@
 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