aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2022-03-10 19:23:35 -0500
committerMichael McVady <femtonaut@gmail.com>2022-03-10 19:23:35 -0500
commit63ee1183bf170c3ef6e402c16366d4ea7a19e63c (patch)
tree7e1b745cbb307f851e4bb80441bb97152dd5d885 /src
parent4045e192915a4d976a159720e97e744c3773bf99 (diff)
set app name
Diffstat (limited to 'src')
-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)
)