gvisor/runsc/cgroup
Fabricio Voznika f3478b7516 Fix problem with grouped cgroups
cgroup controllers can be grouped together (e.g. cpu,cpuacct) and
that was confusing Cgroup.Install() into thinking that a cgroup
directory was created by the caller, when it had being created by
another controller that is grouped together.

PiperOrigin-RevId: 373661336
2021-05-13 14:44:08 -07:00
..
BUILD Return nicer error message when cgroups v1 isn't available 2021-02-22 15:57:07 -08:00
cgroup.go Fix problem with grouped cgroups 2021-05-13 14:44:08 -07:00
cgroup_test.go Fix problem with grouped cgroups 2021-05-13 14:44:08 -07:00