1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-08 08:58:27 +03:00

seccomp-util: make @known include @obsolete

@known is generated from syscall-list.txt, which generated from kernel
headers. So, some syscalls in @obsolete may not be listed in
syscall-list.txt.
This commit is contained in:
Yu Watanabe 2022-06-16 03:18:44 +09:00
parent 5862e5561c
commit 6d6a08547c

View File

@ -928,6 +928,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
.name = "@known",
.help = "All known syscalls declared in the kernel",
.value =
"@obsolete\0"
#include "syscall-list.h"
},
};