mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Add newfstatat in common Kore seccomp whitelist.
This commit is contained in:
parent
dd93790d80
commit
369fc4fa01
@ -67,6 +67,9 @@ static struct sock_filter filter_kore[] = {
|
||||
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(write),
|
||||
KORE_SYSCALL_ALLOW(fcntl),
|
||||
|
Loading…
x
Reference in New Issue
Block a user