aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-08 12:46:46 +0000
committerOmar Polo <op@omarpolo.com>2021-02-08 12:46:46 +0000
commitdf58efff26529acd6a5675d3b4044d494b138397 (patch)
tree40fd2b5cb4ac04c19533597efa79d2701e94627c /gmid.c
parentd090dc8491682f30c49da381498c283c61f2e37b (diff)
fix seccomp for the new event loop
add/remove syscalls from the BPF filter and move sandbox() after libevent initialisation
Diffstat (limited to 'gmid.c')
-rw-r--r--gmid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gmid.c b/gmid.c
index 023dd62..b960bfc 100644
--- a/gmid.c
+++ b/gmid.c
@@ -200,7 +200,6 @@ listener_main(void)
unblock_signals();
load_default_mime(&conf.mime);
load_vhosts();
- sandbox();
loop(ctx, sock4, sock6);
return 0;
}