Skip to content

Commit f7b99b3

Browse files
mikeandroidAndroid (Google) Code Review
authored andcommitted
Merge "Give system server permission to access USB. DO NOT MERGE" into gingerbread
2 parents edbd613 + 89e7f9f commit f7b99b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/com/android/internal/os/ZygoteInit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ private static boolean startSystemServer()
511511
String args[] = {
512512
"--setuid=1000",
513513
"--setgid=1000",
514-
"--setgroups=1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,3001,3002,3003",
514+
"--setgroups=1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1018,3001,3002,3003",
515515
"--capabilities=130104352,130104352",
516516
"--runtime-init",
517517
"--nice-name=system_server",

0 commit comments

Comments
 (0)