~vcs-imports/network-manager/trunk

Viewing all changes in revision 5553.

  • Committer: Jiří Klimeš
  • Date: 2012-05-21 13:00:51 UTC
  • Revision ID: git-v1:78dda3b093b69f0c13773449dc732be5de40f620
core: unblock signals for child processes we spawn out of NM (rh #739836)

Commit 217c5bf6ac2284261e5c868d393d4b7d02ca5569 fixed processing of unix
signals: signals are blocked in all threads and a dedicated thread handles the
signals using sigwait().
However, the commit forgot that child processes inherit signal mask as well.
That is why we have to unblock signals for child processes we spawn from NM, so
that they can receive signals.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: