[seccomp] allow ugetrlimit(2), needed by glibc on armv7l

This commit is contained in:
Max 2021-12-11 09:08:50 +00:00
parent 2d6b9b53ac
commit 63bf54b646
1 changed files with 3 additions and 0 deletions

View File

@ -374,6 +374,9 @@ static struct sock_filter filter[] = {
#ifdef __NR_statx
SC_ALLOW(statx),
#endif
#ifdef __NR_ugetrlimit
SC_ALLOW(ugetrlimit),
#endif
#ifdef __NR_write
SC_ALLOW(write),
#endif