mirror of
https://github.com/jorisvink/kore
synced 2025-03-08 19:19:02 -05: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),
|
||||
#endif
|
||||
KORE_SYSCALL_ALLOW(fstat),
|
||||
#if defined(SYS_stat64)
|
||||
KORE_SYSCALL_ALLOW(stat64),
|
||||
#endif
|
||||
#if defined(SYS_fstat64)
|
||||
KORE_SYSCALL_ALLOW(fstat64),
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user