mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
4e244108ef
Fixes: #57 Normally all cgroup subsystems are optional except device cgroup, but memory cgroup optional was broken by: https://github.com/docker/libcontainer/pull/637 This patch fixes this. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>