mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
seccomp-util: add getxattrat and friends
The new syscalls are added in kernel-6.13:
6140be90ec
This commit is contained in:
@@ -502,6 +502,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"getdents\0"
|
||||
"getdents64\0"
|
||||
"getxattr\0"
|
||||
"getxattrat\0"
|
||||
"inotify_add_watch\0"
|
||||
"inotify_init\0"
|
||||
"inotify_init1\0"
|
||||
@@ -511,6 +512,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"linkat\0"
|
||||
"listmount\0"
|
||||
"listxattr\0"
|
||||
"listxattrat\0"
|
||||
"llistxattr\0"
|
||||
"lremovexattr\0"
|
||||
"lsetxattr\0"
|
||||
@@ -531,11 +533,13 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"readlink\0"
|
||||
"readlinkat\0"
|
||||
"removexattr\0"
|
||||
"removexattrat\0"
|
||||
"rename\0"
|
||||
"renameat\0"
|
||||
"renameat2\0"
|
||||
"rmdir\0"
|
||||
"setxattr\0"
|
||||
"setxattrat\0"
|
||||
"stat\0"
|
||||
"stat64\0"
|
||||
"statfs\0"
|
||||
|
||||
Reference in New Issue
Block a user