diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-12-27 14:28:19 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-27 18:09:37 +0100 |
commit | 802fa07a4ad5b29a798896f1566c5e2f85897767 (patch) | |
tree | 0a1f26ea22a5fce4bc4a9aeae1080f739a79d70b | |
parent | 58a8f68be0b0f86cf7425d5034c8b41f11108078 (diff) |
seccomp: move bdflush() system call to @obsolete filter group
The system call is obsolete after all.
-rw-r--r-- | src/shared/seccomp-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index 3c0dafe41e..5972d8e3e0 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -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" |