]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Revert "unshare: Fix PDEATHSIG race for --kill-child"
authorKarel Zak <kzak@redhat.com>
Mon, 28 Feb 2022 10:02:04 +0000 (11:02 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 28 Feb 2022 10:02:04 +0000 (11:02 +0100)
commit1f71f0cf2c8e157803ccd2e25bd9f21cae6c5fd3
tree35e0799c3757f6074d9383b5324bcccaefbd9007
parentd57672e2a6737d891f00b1bb2bc12d715daa04b1
Revert "unshare: Fix PDEATHSIG race for --kill-child"

This reverts commit 764bb68af8e6d1b6c10a154c1dace64c450100c0.

It seems getppid() is use-less in some cases. For more details see:
https://github.com/util-linux/util-linux/pull/1561#issuecomment-1049979795

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/unshare.c