Merge "Zygote: Add CAP_WAKE_ALARM to system_server to properly support timerfd alarms"
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user