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 0914e48ba..f80981faf 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c | |||
@@ -188,6 +188,9 @@ static const struct sock_filter preauth_insns[] = { | |||
188 | #ifdef __NR_clock_gettime | 188 | #ifdef __NR_clock_gettime |
189 | SC_ALLOW(__NR_clock_gettime), | 189 | SC_ALLOW(__NR_clock_gettime), |
190 | #endif | 190 | #endif |
191 | #ifdef __NR_clock_gettime64 | ||
192 | SC_ALLOW(__NR_clock_gettime64), | ||
193 | #endif | ||
191 | #ifdef __NR_close | 194 | #ifdef __NR_close |
192 | SC_ALLOW(__NR_close), | 195 | SC_ALLOW(__NR_close), |
193 | #endif | 196 | #endif |