]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup: only install cgroup release agent when we own the root cgroup
authorLennart Poettering <lennart@poettering.net>
Tue, 20 Nov 2018 18:45:09 +0000 (19:45 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Nov 2018 11:24:37 +0000 (12:24 +0100)
commita0c339ed4b16cc00b3176ae63cd6b863763a4a79
treec55eab79a371272490ecf4f3be94ad53903a372f
parentde8a711a5849f9239c93aefa5554a62986dfce42
cgroup: only install cgroup release agent when we own the root cgroup

If we run in a container we shouldn't patch around this, and most likely
we can't anyway, and there's not much point in complaining about this.
Hence let's strictly say: the agent is private property of the host's
system instance, nothing else.
src/core/cgroup.c