aboutsummaryrefslogtreecommitdiff
path: root/src/jail.c
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2018-04-27 00:32:51 +0200
committerlns <matzeton@googlemail.com>2018-04-27 00:32:51 +0200
commit2c18582245f9b68369a4bb25e602dd449ccf6410 (patch)
treee23dcc953085f7a74e164df5bbc57c76177418ff /src/jail.c
parent9a00263a93836a1ad36491298df49d151d09554d (diff)
POTD sekelton #33.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/jail.c')
-rw-r--r--src/jail.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/jail.c b/src/jail.c
index 04bfd21..abf88e5 100644
--- a/src/jail.c
+++ b/src/jail.c
@@ -161,10 +161,8 @@ static int jail_mainloop_epoll(int epoll_fd, jail_ctx *ctx[], size_t siz)
assert(ctx);
assert(siz > 0 && siz < POTD_MAXFD);
- set_procname("[potd] jaild");
+ set_procname("[potd] jail");
assert( set_child_sighandler() == 0 );
- assert( signal(SIGCHLD, SIG_IGN) != SIG_ERR );
- assert( signal(SIGPIPE, SIG_IGN) != SIG_ERR );
sigemptyset(&eset);
D2("Epoll fd: %d", epoll_fd);