diff options
author | Jeffrey Tinker <jtinker@google.com> | 2011-10-06 18:19:46 -0700 |
---|---|---|
committer | Jeffrey Tinker <jtinker@google.com> | 2011-10-06 18:19:46 -0700 |
commit | 65c4df51f895b79fc599d3bfa796ddfc660d47e4 (patch) | |
tree | 9cdcda1cfe4e9fee17c905d4de87a0d8d7b45ea3 /rootdir | |
parent | 7005c0375416abb595721fe9c1324ed7356beb02 (diff) | |
download | system_core-65c4df51f895b79fc599d3bfa796ddfc660d47e4.zip system_core-65c4df51f895b79fc599d3bfa796ddfc660d47e4.tar.gz system_core-65c4df51f895b79fc599d3bfa796ddfc660d47e4.tar.bz2 |
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
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 7b151f2..77ccafc 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 |