c47ddfd852
The signal mask is inherited over fork() and exec(), we need to explicitly reset it. This allows the children to receive the signals the compositor itself has blocked, for example SIGINT and SIGTERM. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>