OSDN Git Service

ZygoteInit: Remove CAP_SYS_RESOURCE
authorNick Kralevich <nnk@google.com>
Tue, 14 Mar 2017 17:25:35 +0000 (10:25 -0700)
committerandroid-build-team Robot <android-build-team-robot@google.com>
Wed, 24 May 2017 22:09:02 +0000 (22:09 +0000)
Please see commit 3082eb7c7253c62a06aa151a80487a4eabd49914 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 35775783fc6609035136184e3843bc743b59945d)
(cherry picked from commit 4911af2b8ced29dc5035dca301dc80939c9bdab5)

core/java/com/android/internal/os/ZygoteInit.java

index d83277c..e4f573b 100644 (file)
@@ -645,7 +645,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
         );