Merge "system_server: allow /proc read access to other UIDs" am: 51b48b3877

am: 02cc328d9d

* commit '02cc328d9df39a4abae55bf047a88a9e8129783d':
  system_server: allow /proc read access to other UIDs
This commit is contained in:
Nick Kralevich
2015-11-09 20:34:02 +00:00
committed by android-build-merger

View File

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