diff options
author | Nick Kralevich <nnk@google.com> | 2012-03-26 11:13:17 -0700 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2012-03-26 11:30:03 -0700 |
commit | 3c9eed88c529374c8d80e1daa62ad9bf25c9670e (patch) | |
tree | 98198c2245cb8f56d8b97e16649ffb8d69f57e2f /rootdir | |
parent | 8ee361cb01e20b3fb0980f428cf83d0e1181a4bd (diff) | |
download | system_core-3c9eed88c529374c8d80e1daa62ad9bf25c9670e.zip system_core-3c9eed88c529374c8d80e1daa62ad9bf25c9670e.tar.gz system_core-3c9eed88c529374c8d80e1daa62ad9bf25c9670e.tar.bz2 |
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
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 17374f0..c445f8e 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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 |