mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +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:
parent
5862e5561c
commit
6d6a08547c
@ -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"
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user