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"