aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorJeffrey Tinker <jtinker@google.com>2011-03-17 10:55:05 -0700
committerJeffrey Tinker <jtinker@google.com>2011-03-17 10:55:05 -0700
commitf642c3d12f4cffdc349b9ebfc4107de254ad8db9 (patch)
tree2188737acd13a896ca022c953668d97f9720e16b /rootdir
parentc1b97e05b0aee92b249a93e53b3f8151fcb74287 (diff)
downloadsystem_core-f642c3d12f4cffdc349b9ebfc4107de254ad8db9.tar.gz
system_core-f642c3d12f4cffdc349b9ebfc4107de254ad8db9.tar.bz2
system_core-f642c3d12f4cffdc349b9ebfc4107de254ad8db9.zip
Make drmserver's primary group be system, so setgid is not required in ueventd.stingray.rc
Change-Id: Ie8a287620d22b5c1bdc459fb288b7403589ab474
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 8e08ef36..657797eb 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -401,7 +401,7 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys
service drm /system/bin/drmserver
class main
user drm
- group inet system
+ group system inet
service media /system/bin/mediaserver
class main