diff options
Diffstat (limited to 'sandbox-seccomp-filter.c')
-rw-r--r-- | sandbox-seccomp-filter.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index ca75cc719..6e7de3114 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c | |||
@@ -166,6 +166,9 @@ static const struct sock_filter preauth_insns[] = { | |||
166 | #ifdef __NR_exit_group | 166 | #ifdef __NR_exit_group |
167 | SC_ALLOW(__NR_exit_group), | 167 | SC_ALLOW(__NR_exit_group), |
168 | #endif | 168 | #endif |
169 | #if defined(__NR_flock) && defined(__s390__) | ||
170 | SC_ALLOW(__NR_flock), | ||
171 | #endif | ||
169 | #ifdef __NR_getpgid | 172 | #ifdef __NR_getpgid |
170 | SC_ALLOW(__NR_getpgid), | 173 | SC_ALLOW(__NR_getpgid), |
171 | #endif | 174 | #endif |
@@ -178,6 +181,9 @@ static const struct sock_filter preauth_insns[] = { | |||
178 | #ifdef __NR_gettimeofday | 181 | #ifdef __NR_gettimeofday |
179 | SC_ALLOW(__NR_gettimeofday), | 182 | SC_ALLOW(__NR_gettimeofday), |
180 | #endif | 183 | #endif |
184 | #if defined(__NR_ipc) && defined(__s390__) | ||
185 | SC_ALLOW(__NR_ipc), | ||
186 | #endif | ||
181 | #ifdef __NR_madvise | 187 | #ifdef __NR_madvise |
182 | SC_ALLOW(__NR_madvise), | 188 | SC_ALLOW(__NR_madvise), |
183 | #endif | 189 | #endif |