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 ef9d6fa26..2462bcc88 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c | |||
@@ -141,6 +141,9 @@ static const struct sock_filter preauth_insns[] = { | |||
141 | #ifdef __NR_exit_group | 141 | #ifdef __NR_exit_group |
142 | SC_ALLOW(exit_group), | 142 | SC_ALLOW(exit_group), |
143 | #endif | 143 | #endif |
144 | #ifdef __NR_getpgid | ||
145 | SC_ALLOW(getpgid), | ||
146 | #endif | ||
144 | #ifdef __NR_getpid | 147 | #ifdef __NR_getpid |
145 | SC_ALLOW(getpid), | 148 | SC_ALLOW(getpid), |
146 | #endif | 149 | #endif |