seccomp: there is no "kexec" syscall

it's called "kexec_load".
This commit is contained in:
Lennart Poettering 2017-10-04 21:09:52 +02:00
parent 44898c5358
commit e59608fa5f
1 changed files with 1 additions and 1 deletions

View File

@ -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] = {