mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Add stat64() to keymgr seccomp whitelist.
This commit is contained in:
parent
ff5a3982ce
commit
4df120704d
@ -105,6 +105,9 @@ static struct sock_filter filter_keymgr[] = {
|
|||||||
KORE_SYSCALL_ALLOW(stat),
|
KORE_SYSCALL_ALLOW(stat),
|
||||||
#endif
|
#endif
|
||||||
KORE_SYSCALL_ALLOW(fstat),
|
KORE_SYSCALL_ALLOW(fstat),
|
||||||
|
#if defined(SYS_stat64)
|
||||||
|
KORE_SYSCALL_ALLOW(stat64),
|
||||||
|
#endif
|
||||||
#if defined(SYS_fstat64)
|
#if defined(SYS_fstat64)
|
||||||
KORE_SYSCALL_ALLOW(fstat64),
|
KORE_SYSCALL_ALLOW(fstat64),
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user