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

Commit 037a086b authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Give system server permission to access USB.



Change-Id: Id88603a5555b37b437f5333acf78dac3c5ffbce3
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent bb2b2a99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -523,7 +523,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",