From: Lennart Poettering Date: Wed, 13 Sep 2017 17:39:54 +0000 (+0200) Subject: seccomp: "idle" is another obsolete syscall X-Git-Tag: v235~107^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e0c3b8fda78157550d89cb55668604f43a4a2f2;p=platform%2Fupstream%2Fsystemd.git seccomp: "idle" is another obsolete syscall --- 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"