From: Lennart Poettering Date: Wed, 4 Oct 2017 19:09:52 +0000 (+0200) Subject: seccomp: there is no "kexec" syscall X-Git-Tag: v235~5^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e59608fa5ff2ca3bf30132bf9e1879db2d94b40a;p=thirdparty%2Fsystemd.git seccomp: there is no "kexec" syscall it's called "kexec_load". --- diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index 454c0f872a0..f053b6353e8 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -699,8 +699,8 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { .name = "@reboot", .help = "Reboot and reboot preparation/kexec", .value = - "kexec\0" "kexec_file_load\0" + "kexec_load\0" "reboot\0" }, [SYSCALL_FILTER_SET_RESOURCES] = {