diff options
-rw-r--r-- | src/nspawn/nspawn-seccomp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nspawn/nspawn-seccomp.c b/src/nspawn/nspawn-seccomp.c index 77f4c2ac88..27044fadd2 100644 --- a/src/nspawn/nspawn-seccomp.c +++ b/src/nspawn/nspawn-seccomp.c @@ -88,6 +88,7 @@ static int add_syscall_filters( { 0, "sched_getparam" }, { 0, "sched_getscheduler" }, { 0, "sched_rr_get_interval" }, + { 0, "sched_rr_get_interval_time64" }, { 0, "sched_yield" }, { 0, "seccomp" }, { 0, "sendfile" }, |