1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-09 09:57:26 +03:00

seccomp: allowlist close_range() by default in @basic-io

This commit is contained in:
Lennart Poettering 2020-10-14 09:40:37 +02:00
parent 562b01e996
commit 6ea0d25c57

View File

@ -345,6 +345,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
.value =
"_llseek\0"
"close\0"
"close_range\0"
"dup\0"
"dup2\0"
"dup3\0"