aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2011-01-07 10:51:30 -0800
committerGloria Wang <gwang@google.com>2011-01-07 11:46:25 -0800
commit60b5b408cfcac450ce0cc56952d3b1c087b25428 (patch)
tree6e6e7fb353691bea0e45779fa9c3adf66d0a48ea
parent90d07ae2b1316dbc8ad7e7ffbbb14eca357f1b28 (diff)
downloadsystem_core-60b5b408cfcac450ce0cc56952d3b1c087b25428.tar.gz
system_core-60b5b408cfcac450ce0cc56952d3b1c087b25428.tar.bz2
system_core-60b5b408cfcac450ce0cc56952d3b1c087b25428.zip
To remove drm service from groups of "system" and "root".
Change-Id: Ieac11c667c72465f7082baab0787dc740797049f
-rw-r--r--rootdir/init.rc2
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