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:
parent
562b01e996
commit
6ea0d25c57
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user