@canadianbryan How does this work if a process uses execpromises, fork+execve, and then that child does another fork+execve? Are the execpromises carried from the parent process all the way to the grandchild process? Or does it only affect direct children of the parent process?