mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
27d3dd3df3
We do this aim two goals: - don't fail when some subsystems are not mounted (devices cgroup is an exception because it will cause secirity issues). - fail hard instead of ignoring the error when a user specifies an option and we are unable to fulfill the request. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>