mirror of
https://github.com/containers/podman.git
synced 2026-03-30 12:32:47 -04:00
This was added ages ago in commit c65b3599cc, 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 #22272
Signed-off-by: Paul Holzinger <pholzing@redhat.com>