mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
394610a396
Prior to this change a cgroup with a `:` character in it's path was not parsed correctly (as occurs on some instances of systemd cgroups under some versions of systemd, e.g. 225 with accounting). This fixes that issue and adds a test. Signed-off-by: Euan Kemp <euank@coreos.com>