]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
scripts: Run with an empty sigmask
authorChristos Zoulas <christos@zoulas.com>
Mon, 6 Apr 2020 20:11:45 +0000 (21:11 +0100)
committerRoy Marples <roy@marples.name>
Mon, 6 Apr 2020 20:11:45 +0000 (21:11 +0100)
commit73eb0665d357f16a7696fae1b314e7f23f859d34
tree65594a5bab8df21fdd139af40b76081eab9e6bf2
parentdbc2deb7e4cb2a66449269fbb81d79927151462b
scripts: Run with an empty sigmask

An empty signal mask is probably more appropriate, since most
programs presume that the signal mask is empty when they start
even when they are using signals.
src/privsep-root.c
src/script.c
src/script.h