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