seccomp: move bdflush() system call to @obsolete filter group

The system call is obsolete after all.
This commit is contained in:
Lennart Poettering 2016-12-27 14:28:19 +01:00
parent 58a8f68be0
commit 802fa07a4a
1 changed files with 1 additions and 1 deletions

View File

@ -469,6 +469,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
.value =
"_sysctl\0"
"afs_syscall\0"
"bdflush\0"
"break\0"
"create_module\0"
"ftime\0"
@ -500,7 +501,6 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
"@module\0"
"@raw-io\0"
"acct\0"
"bdflush\0"
"bpf\0"
"capset\0"
"chown32\0"