allow fstat64

used by glibc on aarch64.

Found and tested by pine, thanks!
This commit is contained in:
Omar Polo 2021-07-23 06:50:30 +00:00
parent af5f9b271e
commit 21f7d24699
1 changed files with 3 additions and 0 deletions

View File

@ -300,6 +300,9 @@ static struct sock_filter filter[] = {
#ifdef __NR_fstat
SC_ALLOW(fstat),
#endif
#ifdef __NR_fstat64
SC_ALLOW(fstat64),
#endif
#ifdef __NR_getdents64
SC_ALLOW(getdents64),
#endif