podman/pkg/rootless
Giuseppe Scrivano 724d048234
rootless: avoid zombie process on first launch
avoid a zombie process if on the first launch Podman creates a long
living process, such as "podman system service -t 0".

The `r` variable was overriden thus causing the waitpid to fail and
not clean up the intermediate process.

Closes: https://github.com/containers/podman/issues/10575

[NO TESTS NEEDED]

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2021-07-29 11:07:17 +02:00
..
rootless.go rootless: improve automatic range split 2021-05-05 18:03:10 +02:00
rootless_linux.c rootless: avoid zombie process on first launch 2021-07-29 11:07:17 +02:00
rootless_linux.go rootless: check that / is mounted as shared 2021-07-28 11:04:36 +02:00
rootless_test.go rootless: improve automatic range split 2021-05-05 18:03:10 +02:00
rootless_unsupported.go validate fds --preserve-fds 2020-08-04 15:09:17 -04:00