Add SYS_newfstatat to keymgr seccomp rules.

From Aurelien Jarno via patches@
This commit is contained in:
Joris Vink 2021-12-11 20:34:44 +01:00
parent a54f806978
commit a641c29301
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,9 @@ static struct sock_filter filter_keymgr[] = {
KORE_SYSCALL_ALLOW(fstat),
#if defined(SYS_fstat64)
KORE_SYSCALL_ALLOW(fstat64),
#endif
#if defined(SYS_newfstatat)
KORE_SYSCALL_ALLOW(newfstatat),
#endif
KORE_SYSCALL_ALLOW(futex),
KORE_SYSCALL_ALLOW(writev),