On Mon, 23 Oct 2017 17:27:15 +0200, Jeremie Courreges-Anglas wrote: > Here it is. Liberal use of O_CLOEXEC except for poke_daemon() which is > more obvious (but I can add it there too if you prefer). cronSock > already uses SOCK_CLOEXEC.
You can't set O_CLOEXEC for the fd in atrun.c as that will become the executed command's stdin. The others are OK millert@ - todd
