Skip to content

Commit 89e7f9f

Browse files
committed
Give system server permission to access USB. DO NOT MERGE
Change-Id: I8d64bcaf2483eaa8690aef7ee2d1bb8ed9453fbe Signed-off-by: Mike Lockwood <lockwood@android.com>
1 parent 919853c commit 89e7f9f

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)