aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/clog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clog.c b/src/clog.c
index b62b4f4..365787c 100644
--- a/src/clog.c
+++ b/src/clog.c
@@ -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)
)