From 65c4df51f895b79fc599d3bfa796ddfc660d47e4 Mon Sep 17 00:00:00 2001 From: Jeffrey Tinker Date: Thu, 6 Oct 2011 18:19:46 -0700 Subject: [PATCH] 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 --- rootdir/init.rc | 4 ++-- 1 file 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 service drm /system/bin/drmserver class main user drm - group system inet + group system inet drmrpc service media /system/bin/mediaserver class main user media - group audio camera inet net_bt net_bt_admin net_bw_acct + group audio camera inet net_bt net_bt_admin net_bw_acct drmrpc ioprio rt 4 service bootanim /system/bin/bootanimation