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

Commit 1cc9ec47 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

ZygoteInit: Remove CAP_SYS_RESOURCE

am: 4911af2b

Change-Id: I4aa46981edb8fd711e1aec8c889528e596e5c233
parents b8d972e9 4911af2b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -585,7 +585,6 @@ public class ZygoteInit {
            OsConstants.CAP_SYS_MODULE,
            OsConstants.CAP_SYS_NICE,
            OsConstants.CAP_SYS_PTRACE,
            OsConstants.CAP_SYS_RESOURCE,
            OsConstants.CAP_SYS_TIME,
            OsConstants.CAP_SYS_TTY_CONFIG
        );