commit | c47ddfd852125550e69f39fc6c110821bcb6b8e7 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Thu Dec 08 10:44:56 2011 +0200 |
committer | Pekka Paalanen <ppaalanen@gmail.com> | Thu Dec 08 10:44:56 2011 +0200 |
tree | 14c2f292d34af8601fd3bd6497a195b69f6d4fe4 | |
parent | 409ef0a5c85209bc09bdae8cada9b19e09a673d2 [diff] |
compositor: reset signal mask for children 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>