mirror of
https://github.com/systemd/systemd.git
synced 2025-01-07 21:18:41 +03:00
seccomp: list fstatat, newfstat, and llseek
This commit is contained in:
parent
da24dacf34
commit
d361ea5f30
@ -406,6 +406,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"dup\0"
|
||||
"dup2\0"
|
||||
"dup3\0"
|
||||
"llseek\0"
|
||||
"lseek\0"
|
||||
"pread64\0"
|
||||
"preadv\0"
|
||||
@ -487,6 +488,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"fsetxattr\0"
|
||||
"fstat\0"
|
||||
"fstat64\0"
|
||||
"fstatat\0"
|
||||
"fstatat64\0"
|
||||
"fstatfs\0"
|
||||
"fstatfs64\0"
|
||||
@ -514,6 +516,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"mkdirat\0"
|
||||
"mknod\0"
|
||||
"mknodat\0"
|
||||
"newfstat\0"
|
||||
"newfstatat\0"
|
||||
"oldfstat\0"
|
||||
"oldlstat\0"
|
||||
|
Loading…
Reference in New Issue
Block a user