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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index b5cda70bb..be2397671 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -242,6 +242,9 @@ 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
245#ifdef __NR__newselect 248#ifdef __NR__newselect
246 SC_ALLOW(__NR__newselect), 249 SC_ALLOW(__NR__newselect),
247#endif 250#endif