runc/libcontainer/specconv
Qiang Huang 220e5098a8 Fix default cgroup path
Alternative of #895 , part of #892

The intension of current behavior if to create cgroup in
parent cgroup of current process, but we did this in a
wrong way, we used devices cgroup path of current process
as the default parent path for all subsystems, this is
wrong because we don't always have the same cgroup path
for all subsystems.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2016-08-30 14:12:15 +08:00
..
spec_linux.go Fix default cgroup path 2016-08-30 14:12:15 +08:00
spec_linux_test.go Fix default cgroup path 2016-08-30 14:12:15 +08:00