mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
seccomp: move bdflush() system call to @obsolete filter group
The system call is obsolete after all.
This commit is contained in:
parent
58a8f68be0
commit
802fa07a4a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user