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

Commit 6835033a authored by Benoit Goby's avatar Benoit Goby Committed by Android Git Automerger
Browse files

am c6f0b54d: Merge "Add CAP_BLOCK_SUSPEND to system server" into klp-modular-dev

* commit 'c6f0b54d':
  Add CAP_BLOCK_SUSPEND to system server
parents 9e736723 c6f0b54d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -505,6 +505,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,