mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Add SYS_newfstatat to keymgr seccomp rules.
From Aurelien Jarno via patches@
This commit is contained in:
parent
a54f806978
commit
a641c29301
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user