Hacker News new | ask | show | jobs
by JoshTriplett 2557 days ago
> The reason is because some signals (SIGTERM, SIGKILL) cannot be masked

SIGTERM can be masked. SIGKILL and SIGSTOP are the only ones that can't be.

1 comments

Thanks for the correction