Hacker News new | ask | show | jobs
by sophacles 959 days ago
Rust stdlib opens all fds with CLOEXEC set. You have to explicitly disable it when you want the child to inhert the fd.