kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit a64be43ccf2d6a1e9b60ef8d7959b2a357e4a807
parent c6c253305a9975a7ebcbe0dbf0531b5e758a389a
Author: Joris Vink <joris@coders.se>
Date:   Thu, 26 Sep 2019 10:02:58 +0200

add writev to keymgr, needed on some platforms

Diffstat:
src/keymgr.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/keymgr.c b/src/keymgr.c @@ -64,6 +64,7 @@ static struct sock_filter filter_keymgr[] = { KORE_SYSCALL_ALLOW(close), KORE_SYSCALL_ALLOW(fstat), KORE_SYSCALL_ALLOW(futex), + KORE_SYSCALL_ALLOW(writev), KORE_SYSCALL_ALLOW(openat), /* Net related. */