Merge "Zygote: Add CAP_WAKE_ALARM to system_server to properly support timerfd alarms"

This commit is contained in:
Treehugger Robot
2016-08-03 00:04:19 +00:00
committed by Gerrit Code Review

View File

@@ -595,7 +595,8 @@ public class ZygoteInit {
OsConstants.CAP_SYS_NICE,
OsConstants.CAP_SYS_RESOURCE,
OsConstants.CAP_SYS_TIME,
OsConstants.CAP_SYS_TTY_CONFIG
OsConstants.CAP_SYS_TTY_CONFIG,
OsConstants.CAP_WAKE_ALARM
);
/* Hardcoded command line to start the system server */
String args[] = {