diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-08 12:46:46 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-08 12:46:46 +0000 |
commit | df58efff26529acd6a5675d3b4044d494b138397 (patch) | |
tree | 40fd2b5cb4ac04c19533597efa79d2701e94627c /gmid.c | |
parent | d090dc8491682f30c49da381498c283c61f2e37b (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -200,7 +200,6 @@ listener_main(void) unblock_signals(); load_default_mime(&conf.mime); load_vhosts(); - sandbox(); loop(ctx, sock4, sock6); return 0; } |