diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index f5e462806..2e065ba3e 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c @@ -228,6 +228,9 @@ static const struct sock_filter preauth_insns[] = { #ifdef __NR_getrandom SC_ALLOW(__NR_getrandom), #endif +#ifdef __NR_gettid + SC_ALLOW(__NR_gettid), +#endif #ifdef __NR_gettimeofday SC_ALLOW(__NR_gettimeofday), #endif