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:
Zbigniew Jędrzejewski-Szmek 2019-08-19 08:51:39 +02:00 committed by Lennart Poettering
parent 4eaa2486b8
commit a8fb09f573
1 changed files with 1 additions and 0 deletions

View File

@ -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] = {