spiegel_podman/pkg/rootless
Jonathan Dieter ceae3a99d5 Fix hang when path doesn't exist
I'm not sure if this is an OS-specific issue, but on CentOS 8, if `path`
doesn't exist, this hangs while waiting to read from this socket, even
though the socket is closed by the `reexec_in_user_namespace`.  Switching
to a pipe fixes the problem, and pipes shouldn't be an issue since this is
Linux-specific code.

Signed-off-by: Jonathan Dieter <jonathan.dieter@spearline.com>
2020-08-20 12:16:52 -04:00
..
rootless.go fix lint in pkg/rootless 2020-01-08 15:44:30 +01:00
rootless_linux.c rootless: system service joins immediately the namespaces 2020-08-11 12:15:24 +02:00
rootless_linux.go Fix hang when path doesn't exist 2020-08-20 12:16:52 -04:00
rootless_unsupported.go rootless: do not enable lingering mode 2019-10-17 19:12:10 +02:00