mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-08-27 21:50:15 +03:00
seccomp: add some missing syscalls to filter sets
This commit is contained in:
@ -308,6 +308,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"io_cancel\0"
|
||||
"io_destroy\0"
|
||||
"io_getevents\0"
|
||||
"io_pgetevents\0"
|
||||
"io_setup\0"
|
||||
"io_submit\0"
|
||||
},
|
||||
@ -619,7 +620,9 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"bpf\0"
|
||||
"capset\0"
|
||||
"chroot\0"
|
||||
"fanotify_init\0"
|
||||
"nfsservctl\0"
|
||||
"open_by_handle_at\0"
|
||||
"pivot_root\0"
|
||||
"quotactl\0"
|
||||
"setdomainname\0"
|
||||
|
Reference in New Issue
Block a user