mirror of
https://github.com/containers/podman.git
synced 2026-03-14 12:51:10 -04:00
a cgroup can have ':' in its name. Make sure the parser doesn't split
more than 3 fields and leave untouched the ':' in the cgroup name.
commit 6ee5f740a4 introduced the issue.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>