diff options
| author | Jeffrey Tinker <jtinker@google.com> | 2011-10-07 19:40:35 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-10-07 19:40:35 -0700 |
| commit | f791e17bc94e1308245bf8bf16d1d98e7fd9dcda (patch) | |
| tree | a2ea76f12f8d9a2c0e0ce15da56cc7ca22ca6434 /rootdir | |
| parent | bc76bb458220f39ed290e2d13180c31bb35ecb90 (diff) | |
| parent | 65c4df51f895b79fc599d3bfa796ddfc660d47e4 (diff) | |
| download | system_core-f791e17bc94e1308245bf8bf16d1d98e7fd9dcda.tar.gz system_core-f791e17bc94e1308245bf8bf16d1d98e7fd9dcda.tar.bz2 system_core-f791e17bc94e1308245bf8bf16d1d98e7fd9dcda.zip | |
Merge "Add drmrpc group to mediaserver and drmserver so they can make the drm rpc calls"
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 7b151f27..77ccafc9 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 |
