summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Tinker2011-10-06 20:19:46 -0500
committerJeffrey Tinker2011-10-06 20:19:46 -0500
commit65c4df51f895b79fc599d3bfa796ddfc660d47e4 (patch)
tree9cdcda1cfe4e9fee17c905d4de87a0d8d7b45ea3
parent7005c0375416abb595721fe9c1324ed7356beb02 (diff)
downloadplatform-system-core-65c4df51f895b79fc599d3bfa796ddfc660d47e4.tar.gz
platform-system-core-65c4df51f895b79fc599d3bfa796ddfc660d47e4.tar.xz
platform-system-core-65c4df51f895b79fc599d3bfa796ddfc660d47e4.zip
Add drmrpc group to mediaserver and drmserver so they can make the drm rpc calls
Bug 4598045 Implementing secure video path on TI OMAP4 chip for ICS Change-Id: Iacfe3e79f067172085b96bb4cd4484101aa5be1e
-rw-r--r--rootdir/init.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 7b151f27f..77ccafc9c 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -416,12 +416,12 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys
416service drm /system/bin/drmserver 416service drm /system/bin/drmserver
417 class main 417 class main
418 user drm 418 user drm
419 group system inet 419 group system inet drmrpc
420 420
421service media /system/bin/mediaserver 421service media /system/bin/mediaserver
422 class main 422 class main
423 user media 423 user media
424 group audio camera inet net_bt net_bt_admin net_bw_acct 424 group audio camera inet net_bt net_bt_admin net_bw_acct drmrpc
425 ioprio rt 4 425 ioprio rt 4
426 426
427service bootanim /system/bin/bootanimation 427service bootanim /system/bin/bootanimation