ZygoteInit: Remove CAP_SYS_RESOURCE
Please see commit3082eb7c72for 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 commit35775783fc)
This commit is contained in:
committed by
JP Sugarbroad
parent
966619d0ab
commit
4911af2b8c
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user