summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sandbox-seccomp-filter.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index 96ab141f7..be2397671 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -245,9 +245,6 @@ static const struct sock_filter preauth_insns[] = {
245#ifdef __NR_clock_nanosleep 245#ifdef __NR_clock_nanosleep
246 SC_ALLOW(__NR_clock_nanosleep), 246 SC_ALLOW(__NR_clock_nanosleep),
247#endif 247#endif
248#ifdef __NR_clock_nanosleep
249 SC_ALLOW(__NR_clock_nanosleep),
250#endif
251#ifdef __NR__newselect 248#ifdef __NR__newselect
252 SC_ALLOW(__NR__newselect), 249 SC_ALLOW(__NR__newselect),
253#endif 250#endif