mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
shared/seccomp: add sync_file_range2
Some architectures need the arguments to be reordered because of alignment issues. Otherwise, it's the same as sync_file_range.
This commit is contained in:
parent
4eaa2486b8
commit
a8fb09f573
@ -760,6 +760,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"msync\0"
|
||||
"sync\0"
|
||||
"sync_file_range\0"
|
||||
"sync_file_range2\0"
|
||||
"syncfs\0"
|
||||
},
|
||||
[SYSCALL_FILTER_SET_SYSTEM_SERVICE] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user