]> git.proxmox.com Git - mirror_lxc.git/commit
Revert "rexec: mark all fds as close-on-exec if possible"
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 12 Apr 2021 15:50:39 +0000 (17:50 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 12 Apr 2021 15:50:39 +0000 (17:50 +0200)
commit09a83db55bf54f6afbde166f7edbe6bc68b90b67
tree5e474443062cce0588de41b8aafbf0a9b486efda
parent0b8e876fbda6d7198b483ac7a96169e78f97e519
Revert "rexec: mark all fds as close-on-exec if possible"

This reverts commit 531d36ad009325b74a105d9d6956e320f37b2937.

Callers might want to explicilty inhert file descriptors so we can't
close them behind their back when we exec.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/rexec.c