[sudo-workers] [BUG] iolog terminate process sent to background

Todd C. Miller Todd.Miller at courtesan.com
Tue Nov 21 14:47:01 MST 2017


On Tue, 21 Nov 2017 21:13:57 +0100, Daniele Palumbo wrote:

> to undestand better, if the process get forked -- and the pseudo does
> handle anymore the file descriptor -- then the problem will not occur,
> correct?

You need to redirect the standard input, output and error to /dev/null
to prevent it from happening.  Otherwise, when the parent exits the
child will receive SIGHUP.

 - todd


More information about the sudo-workers mailing list