podman/pkg/rootless
Giuseppe Scrivano 0dfb61d806
rootless: not close more FDs than needed
we were previously closing as many FDs as they were open when we first
started Podman in the range (3-MAX-FD).  This would cause issues if
there were empty intervals, as these FDs are later on used by the
Golang runtime.  Store exactly what FDs were first open in a fd_set,
so that we can close exactly the FDs that were open at startup.

Closes: https://github.com/containers/libpod/issues/2964

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-04-18 14:32:46 +02:00
..
rootless_linux.c rootless: not close more FDs than needed 2019-04-18 14:32:46 +02:00
rootless_linux.go rootless: do not block SIGTSTP 2019-04-12 18:20:40 +02:00
rootless_unsupported.go rootless: use a single user namespace 2019-04-01 15:32:58 +02:00