diff options
author | lns <matzeton@googlemail.com> | 2018-04-27 00:32:51 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2018-04-27 00:32:51 +0200 |
commit | 2c18582245f9b68369a4bb25e602dd449ccf6410 (patch) | |
tree | e23dcc953085f7a74e164df5bbc57c76177418ff /src/jail.c | |
parent | 9a00263a93836a1ad36491298df49d151d09554d (diff) |
POTD sekelton #33.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/jail.c')
-rw-r--r-- | src/jail.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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); |