]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup-util: Handle capsule@ paths like user@ paths 36664/head
authorMichal Koutný <mkoutny@suse.com>
Mon, 3 Feb 2025 13:44:20 +0000 (14:44 +0100)
committerMichal Koutný <mkoutny@suse.com>
Tue, 11 Mar 2025 09:37:19 +0000 (10:37 +0100)
commit6c5703f9bc8b9cd38eeb5e5c9c3dc6d083fae736
tree434b6898a2afd0f51682c3dd12b9ee2a48b3aa3e
parentafffd9ee262eba62961bea95785a5b31b7812762
cgroup-util: Handle capsule@ paths like user@ paths

The capsule instances are related to user instances, so treat them
equally to user@.service when handling cgroup paths. This also saves us
from polluting public libsystemd API with variant for capsules too.

Fix: #36098
src/basic/cgroup-util.c
src/test/test-cgroup-util.c