Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podman --runroot: remove 50 char length restriction
This was added ages ago in commit c65b359, however in the meantime both podman and conmon can support longer socket paths as they use a workaround to open the path via /proc/self/fd, see openUnixSocket() in libpod/oci_conmon_attach_linux.go Thus this restriction is not needed anymore and we can drop a workaround in the tests. Fixes containers#22272 Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information