diff options
| author | Gloria Wang <gwang@google.com> | 2011-01-07 13:36:06 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-07 13:36:06 -0800 |
| commit | 16209418de5179603ddd93da91190b4c2e42eb39 (patch) | |
| tree | 3c0d44afa16fdc65e8139e0ce52bd1b78ee994b1 /rootdir | |
| parent | 9894bb43bd1de2a70efd8540adc5b3c453758424 (diff) | |
| parent | 60b5b408cfcac450ce0cc56952d3b1c087b25428 (diff) | |
| download | system_core-16209418de5179603ddd93da91190b4c2e42eb39.tar.gz system_core-16209418de5179603ddd93da91190b4c2e42eb39.tar.bz2 system_core-16209418de5179603ddd93da91190b4c2e42eb39.zip | |
Merge "To remove drm service from groups of "system" and "root"."
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 9f3020f7..f230965c 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -374,7 +374,7 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys service drm /system/bin/drmserver class main user drm - group system root inet + group inet service drmio /system/bin/drmioserver class main |
