mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
c823933fe1
On some systems, the cgroup hierarchies are grouped together (cpu,cpuacct). In order to avoid fake failures, update the cgroup parsing to just check whether or not the mountinfo options *contain* the cgroup type. Signed-off-by: Aleksa Sarai <asarai@suse.de>