ZygoteInit: Remove CAP_SYS_RESOURCE

Please see commit 3082eb7c72 for an
explanation of this change.

This capability is not used by system_server.

Bug: 34951864
Bug: 38496951
Test: code compiles, device boots, no selinux errors ever reported.
Change-Id: I4242b1abaa8679b9bfa0d31a1df565b46b7b3cc3
(cherry picked from commit 35775783fc)
This commit is contained in:
Nick Kralevich
2017-03-14 10:25:35 -07:00
committed by JP Sugarbroad
parent 966619d0ab
commit 4911af2b8c

View File

@@ -581,7 +581,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
);