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

Commit 140dc63f authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 84803849: Merge "Zygote: enable CAP_BLOCK_SUSPEND capability for system server"

* commit '84803849':
  Zygote: enable CAP_BLOCK_SUSPEND capability for system server
parents 8d47f23e 84803849
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -499,6 +499,7 @@ public class ZygoteInit {
    private static boolean startSystemServer()
            throws MethodAndArgsCaller, RuntimeException {
        long capabilities = posixCapabilitiesAsBits(
            OsConstants.CAP_BLOCK_SUSPEND,
            OsConstants.CAP_KILL,
            OsConstants.CAP_NET_ADMIN,
            OsConstants.CAP_NET_BIND_SERVICE,