diff options
-rw-r--r-- | src/clog.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ #include "../lib/md4c/src/md4c-html.h" #include "../lib/md4c/src/md4c-html.c" -KORE_SECCOMP_FILTER("app", +KORE_SECCOMP_FILTER("clog", KORE_SYSCALL_ALLOW(getdents64) ) |