mirror of https://github.com/containers/podman.git
The code currently tried to avoid joining the userns from conmon
directly and rather joined to only read the pid file and then send this
back to use so we could join the userns. From the comment this was done
because we could not read the pid file. However this is no longer true
as of commit
|
||
---|---|---|
.. | ||
rootless.go | ||
rootless_freebsd.c | ||
rootless_freebsd.go | ||
rootless_linux.c | ||
rootless_linux.go | ||
rootless_test.go | ||
rootless_unsupported.go |