allow lseek in keymgr

This commit is contained in:
Joris Vink 2019-11-06 13:29:46 +01:00
parent 703482bc10
commit c55ec5c0d8
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ static struct sock_filter filter_keymgr[] = {
KORE_SYSCALL_ALLOW(open),
#endif
KORE_SYSCALL_ALLOW(read),
KORE_SYSCALL_ALLOW(lseek),
KORE_SYSCALL_ALLOW(write),
KORE_SYSCALL_ALLOW(close),
KORE_SYSCALL_ALLOW(fstat),