diff options
Diffstat (limited to 'sandbox-seccomp-filter.c')
-rw-r--r-- | sandbox-seccomp-filter.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index f216ba353..ef4de8c65 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c | |||
@@ -169,6 +169,9 @@ static const struct sock_filter preauth_insns[] = { | |||
169 | #if defined(__NR_flock) && defined(__s390__) | 169 | #if defined(__NR_flock) && defined(__s390__) |
170 | SC_ALLOW(__NR_flock), | 170 | SC_ALLOW(__NR_flock), |
171 | #endif | 171 | #endif |
172 | #ifdef __NR_futex | ||
173 | SC_ALLOW(__NR_futex), | ||
174 | #endif | ||
172 | #ifdef __NR_geteuid | 175 | #ifdef __NR_geteuid |
173 | SC_ALLOW(__NR_geteuid), | 176 | SC_ALLOW(__NR_geteuid), |
174 | #endif | 177 | #endif |