]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/test/test-cgroup-util.c
cgroup: always read the supported controllers from the root cgroup of the local container
authorLennart Poettering <lennart@poettering.net>
Thu, 3 Sep 2015 17:50:37 +0000 (19:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 4 Sep 2015 07:07:31 +0000 (09:07 +0200)
commit5f4c5fef66581383ee852b301db67f687663004c
treeefe120b7e83aa5f4f0539a72a26ad1e6f66131da
parentba09d9c687986305e5b60f923e85e2ec1e78d979
cgroup: always read the supported controllers from the root cgroup of the local container

Otherwise we might end up thinking that we support more controllers than
actually enabled for the container we are running in.
src/basic/cgroup-util.c
src/test/test-cgroup-util.c