drmserver: add group drm

Make the drm server run as UID=drm, GID=drm. This ensures that
any files created by the drmserver app do not have GID=system.

Bug: 5834297
Change-Id: I3409ad350e9cc82bb0982cdbe470ec1f10b1ca67
This commit is contained in:
Nick Kralevich 2012-03-26 11:13:17 -07:00
parent 8ee361cb01
commit 3c9eed88c5
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys
service drm /system/bin/drmserver
class main
user drm
group system inet drmrpc
group drm system inet drmrpc
service media /system/bin/mediaserver
class main