From 7e0c3b8fda78157550d89cb55668604f43a4a2f2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Sep 2017 19:39:54 +0200 Subject: [PATCH] seccomp: "idle" is another obsolete syscall --- src/shared/seccomp-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index fef6160..eee7f04 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -545,6 +545,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { "get_kernel_syms\0" "getpmsg\0" "gtty\0" + "idle\0" "lock\0" "mpx\0" "prof\0" -- 2.7.4