diff options
-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 999c46c9f..0914e48ba 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c | |||
@@ -177,6 +177,9 @@ static const struct sock_filter preauth_insns[] = { | |||
177 | #ifdef __NR_shmdt | 177 | #ifdef __NR_shmdt |
178 | SC_DENY(__NR_shmdt, EACCES), | 178 | SC_DENY(__NR_shmdt, EACCES), |
179 | #endif | 179 | #endif |
180 | #ifdef __NR_ipc | ||
181 | SC_DENY(__NR_ipc, EACCES), | ||
182 | #endif | ||
180 | 183 | ||
181 | /* Syscalls to permit */ | 184 | /* Syscalls to permit */ |
182 | #ifdef __NR_brk | 185 | #ifdef __NR_brk |