]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: disable USR2/TTIN/TTOU/WINCH in workers
authorEric Wong <e@80x24.org>
Tue, 5 Jul 2016 13:05:41 +0000 (13:05 +0000)
committerEric Wong <e@80x24.org>
Wed, 6 Jul 2016 07:12:45 +0000 (07:12 +0000)
commit2fb6b0150b8a8fc49385d21d7fd1f8a1deff5ebf
treef5f5522af1930164c7c4c7389cd81dd1a4185955
parente8b1d667bb008269dc48e4c473230379efefa06c
daemon: disable USR2/TTIN/TTOU/WINCH in workers

If using a master/worker setup, a careless user could be trying
to signal all processes using "killall".  This may trigger bad
side-effects; but try to limit the side-effects as much as
possible.
lib/PublicInbox/Daemon.pm