chiark / gitweb /
util_run_program: *really* restore signal mask before executing event RUN commands
authorScott James Remnant <scott@ubuntu.com>
Tue, 22 Sep 2009 21:39:23 +0000 (14:39 -0700)
committerScott James Remnant <scott@ubuntu.com>
Tue, 22 Sep 2009 21:39:23 +0000 (14:39 -0700)
commit49c3a01d444052169363030dfd996fc7fd6a4fad
tree0d9dc424d7d9acfe43875da98c1039095fef67f2
parent6e1a152d1cf3c3b8724f5ed37444ce714887b441
util_run_program: *really* restore signal mask before executing event RUN commands

The previous patch was almost, but not quite, correct.  Rather than
restoring the signal mask it actually tried to make an even more
restrictive signal mask (had SIGALRM been blocked when udevd started,
anyway).

Fix it harder.

Signed-off-by: Scott James Remnant <scott@ubuntu.com>
libudev/libudev-util-private.c