mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
Allow the stat syscall in keymgr, it is used in keymgr_save_randfile().
This commit is contained in:
parent
4115df69f6
commit
cc6ab4f05d
@ -81,6 +81,7 @@ static struct sock_filter filter_keymgr[] = {
|
||||
KORE_SYSCALL_ALLOW(lseek),
|
||||
KORE_SYSCALL_ALLOW(write),
|
||||
KORE_SYSCALL_ALLOW(close),
|
||||
KORE_SYSCALL_ALLOW(stat),
|
||||
KORE_SYSCALL_ALLOW(fstat),
|
||||
KORE_SYSCALL_ALLOW(futex),
|
||||
KORE_SYSCALL_ALLOW(writev),
|
||||
|
Loading…
x
Reference in New Issue
Block a user