aboutsummaryrefslogtreecommitdiff
path: root/src/clog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/clog.c')
-rw-r--r--src/clog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clog.c b/src/clog.c
index d3d7097..3265602 100644
--- a/src/clog.c
+++ b/src/clog.c
@@ -13,6 +13,7 @@
#include "../lib/md4c/src/md4c-html.c"
KORE_SECCOMP_FILTER("clog",
+ KORE_SYSCALL_ALLOW(bind),
KORE_SYSCALL_ALLOW(getdents64),
KORE_SYSCALL_ALLOW(sendmmsg),
KORE_SYSCALL_ALLOW(uname)