diff options
| author | Nick Kralevich <nnk@google.com> | 2012-03-26 13:06:12 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-26 13:06:12 -0700 |
| commit | 31fb85865431f98008608b62964cb1c975ca4b71 (patch) | |
| tree | be63cde0ada87f37a67596453ae173809cdd1921 /rootdir | |
| parent | 4d668e013b232e080498868b190f2078b244e892 (diff) | |
| parent | 3c9eed88c529374c8d80e1daa62ad9bf25c9670e (diff) | |
| download | system_core-31fb85865431f98008608b62964cb1c975ca4b71.tar.gz system_core-31fb85865431f98008608b62964cb1c975ca4b71.tar.bz2 system_core-31fb85865431f98008608b62964cb1c975ca4b71.zip | |
Merge "drmserver: add group drm"
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 d035345b..85208543 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -426,7 +426,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 |
