Skip to content

Unescape cgroup names

David Edmundson requested to merge work/escape into master

Some characters are reserved for semantic reasons, in particular '-', which will be escaped by the cgroup controller. This patch unescapes them for anything used in lookups or display.

CGroup::id() remains unchanged.

Merge request reports