Merge "Give system server permission to access USB. DO NOT MERGE" into gingerbread

This commit is contained in:
Mike Lockwood
2011-02-28 13:11:37 -08:00
committed by Android (Google) Code Review

View File

@@ -511,7 +511,7 @@ public class ZygoteInit {
String args[] = {
"--setuid=1000",
"--setgid=1000",
"--setgroups=1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,3001,3002,3003",
"--setgroups=1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1018,3001,3002,3003",
"--capabilities=130104352,130104352",
"--runtime-init",
"--nice-name=system_server",