mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
seccomp: add some recently added syscalls to filter groups
This commit is contained in:
@@ -514,6 +514,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"epoll_ctl\0"
|
||||
"epoll_ctl_old\0"
|
||||
"epoll_pwait\0"
|
||||
"epoll_pwait2\0"
|
||||
"epoll_wait\0"
|
||||
"epoll_wait_old\0"
|
||||
"eventfd\0"
|
||||
@@ -545,6 +546,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"msgsnd\0"
|
||||
"pipe\0"
|
||||
"pipe2\0"
|
||||
"process_madvise\0"
|
||||
"process_vm_readv\0"
|
||||
"process_vm_writev\0"
|
||||
"semctl\0"
|
||||
@@ -593,6 +595,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"fsopen\0"
|
||||
"fspick\0"
|
||||
"mount\0"
|
||||
"mount_setattr\0"
|
||||
"move_mount\0"
|
||||
"open_tree\0"
|
||||
"pivot_root\0"
|
||||
@@ -688,6 +691,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"open_by_handle_at\0"
|
||||
"pivot_root\0"
|
||||
"quotactl\0"
|
||||
"quotactl_path\0"
|
||||
"setdomainname\0"
|
||||
"setfsuid\0"
|
||||
"setfsuid32\0"
|
||||
|
||||
Reference in New Issue
Block a user