Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0afcfdca authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Merge "system_server: allow /proc read access to other UIDs" am: 51b48b38 am: 02cc328d

am: 7907271a

* commit '7907271a':
  system_server: allow /proc read access to other UIDs
parents 2f40db73 7907271a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -523,7 +523,7 @@ public class ZygoteInit {
        String args[] = {
        String args[] = {
            "--setuid=1000",
            "--setuid=1000",
            "--setgid=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,
            "--capabilities=" + capabilities + "," + capabilities,
            "--nice-name=system_server",
            "--nice-name=system_server",
            "--runtime-args",
            "--runtime-args",