diff options
| author | Glenn Kasten <gkasten@google.com> | 2011-03-11 14:33:11 -0800 |
|---|---|---|
| committer | Glenn Kasten <gkasten@google.com> | 2011-03-11 14:33:11 -0800 |
| commit | b7b770dd76d664b1e44adb2f98b8caf594f6d3c8 (patch) | |
| tree | fd5ed695547d7eafdb50ed3c98cfceb04d739a0a /rootdir/init.rc | |
| parent | 5db0897c6530502e1343a75b258868122030e4a5 (diff) | |
| download | system_core-b7b770dd76d664b1e44adb2f98b8caf594f6d3c8.tar.gz system_core-b7b770dd76d664b1e44adb2f98b8caf594f6d3c8.tar.bz2 system_core-b7b770dd76d664b1e44adb2f98b8caf594f6d3c8.zip | |
Bug 4086255 drmserver process needs system group
Change-Id: If9a325b9e716abe00f3ad6f20b012861308abd2d
Diffstat (limited to 'rootdir/init.rc')
| -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 6cdf433f..7f5a38f0 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 + group inet system service media /system/bin/mediaserver class main |
