summaryrefslogtreecommitdiff
path: root/sandbox-seccomp-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox-seccomp-filter.c')
-rw-r--r--sandbox-seccomp-filter.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index 2f6b0d55b..b5cda70bb 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -194,9 +194,6 @@ static const struct sock_filter preauth_insns[] = {
194#ifdef __NR_exit_group 194#ifdef __NR_exit_group
195 SC_ALLOW(__NR_exit_group), 195 SC_ALLOW(__NR_exit_group),
196#endif 196#endif
197#if defined(__NR_flock) && defined(__s390__)
198 SC_ALLOW(__NR_flock),
199#endif
200#ifdef __NR_futex 197#ifdef __NR_futex
201 SC_ALLOW(__NR_futex), 198 SC_ALLOW(__NR_futex),
202#endif 199#endif
@@ -224,9 +221,6 @@ static const struct sock_filter preauth_insns[] = {
224#ifdef __NR_getuid32 221#ifdef __NR_getuid32
225 SC_ALLOW(__NR_getuid32), 222 SC_ALLOW(__NR_getuid32),
226#endif 223#endif
227#if defined(__NR_ipc) && defined(__s390__)
228 SC_ALLOW(__NR_ipc),
229#endif
230#ifdef __NR_madvise 224#ifdef __NR_madvise
231 SC_ALLOW(__NR_madvise), 225 SC_ALLOW(__NR_madvise),
232#endif 226#endif