Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1085be0c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 6eb30f20 5733f387
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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[] = {