summaryrefslogtreecommitdiff
path: root/sandbox-seccomp-filter.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-11-13 23:27:31 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-11-13 23:27:31 +1100
commit546274a6f89489d2e6be8a8b62f2bb63c87a61fd (patch)
treee70394ca9a11691a4355bea4b7e10d1b6305f87b /sandbox-seccomp-filter.c
parentb1c82f4b8adf3f42476d8a1f292df33fb7aa1a56 (diff)
Remove duplicate __NR_clock_nanosleep
Diffstat (limited to 'sandbox-seccomp-filter.c')
-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