shared: add statx(2) to @file-system syscall filter list (#6738)

This commit is contained in:
Lennart Poettering 2017-09-04 15:35:35 +02:00 committed by GitHub
parent 655f2da079
commit a4135a742d
1 changed files with 1 additions and 0 deletions

View File

@ -403,6 +403,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
"stat64\0"
"stat\0"
"statfs\0"
"statx\0"
"symlink\0"
"symlinkat\0"
"truncate64\0"