system_server: add CAP_SYS_PTRACE am: 966619d0ab am: b8d972e973 am: c46889e2d2 am: f5bd84b82d

am: 982b8018af

Change-Id: I8cb5052694668ee8021f75778244e4d1b6cc3bb5
This commit is contained in:
Nick Kralevich
2017-05-22 23:18:24 +00:00
committed by android-build-merger

View File

@@ -501,6 +501,7 @@ public class ZygoteInit {
OsConstants.CAP_NET_RAW, OsConstants.CAP_NET_RAW,
OsConstants.CAP_SYS_MODULE, OsConstants.CAP_SYS_MODULE,
OsConstants.CAP_SYS_NICE, OsConstants.CAP_SYS_NICE,
OsConstants.CAP_SYS_PTRACE,
OsConstants.CAP_SYS_RESOURCE, OsConstants.CAP_SYS_RESOURCE,
OsConstants.CAP_SYS_TIME, OsConstants.CAP_SYS_TIME,
OsConstants.CAP_SYS_TTY_CONFIG OsConstants.CAP_SYS_TTY_CONFIG