]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/libsystemd/sd-bus/bus-socket.c
tree-wide: whenever we fork off a foreign child process reset signal mask/handlers
authorLennart Poettering <lennart@poettering.net>
Sun, 31 May 2015 21:55:55 +0000 (23:55 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 9 Jun 2015 23:28:58 +0000 (01:28 +0200)
commitce30c8dcb41dfe9264f79f30c7f51c0e74576638
tree2d5c05e1225b43ec3d9870316899c1e87f7f381d
parent0c2c2a3aeb4c348e41d5d634c397faa3aa35cba7
tree-wide: whenever we fork off a foreign child process reset signal mask/handlers

Also, when the child is potentially long-running make sure to set a
death signal.

Also, ignore the result of the reset operations explicitly by casting
them to (void).
26 files changed:
src/activate/activate.c
src/core/busname.c
src/core/execute.c
src/core/main.c
src/core/socket.c
src/delta/delta.c
src/fsck/fsck.c
src/import/export.c
src/import/import-common.c
src/import/import.c
src/import/importd.c
src/import/pull-common.c
src/import/pull.c
src/journal-remote/journal-remote.c
src/journal/coredumpctl.c
src/libsystemd/sd-bus/bus-socket.c
src/login/inhibit.c
src/nspawn/nspawn.c
src/quotacheck/quotacheck.c
src/remount-fs/remount-fs.c
src/shared/machine-pool.c
src/shared/pager.c
src/shared/pty.c
src/shared/util.c
src/systemctl/systemctl.c
src/vconsole/vconsole-setup.c