summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ca75cc719..a189b2fb5 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -193,6 +193,9 @@ static const struct sock_filter preauth_insns[] = {
193#ifdef __NR_munmap 193#ifdef __NR_munmap
194 SC_ALLOW(__NR_munmap), 194 SC_ALLOW(__NR_munmap),
195#endif 195#endif
196#ifdef __NR_nanosleep
197 SC_ALLOW(__NR_nanosleep),
198#endif
196#ifdef __NR__newselect 199#ifdef __NR__newselect
197 SC_ALLOW(__NR__newselect), 200 SC_ALLOW(__NR__newselect),
198#endif 201#endif