When starting a privileged container with cgmanager, cgroups look like:
3:cpuset:/lxc/u5 2:name=systemd:/user/1000.user/c2.session
where all controllers other than name=systemd are correct. lxc needs to set the new cgroup for name=systemd, and cgmanager needs to fix a bug where name=systemd was not being handled right.
When starting a privileged container with cgmanager, cgroups look like:
3:cpuset:/lxc/u5 systemd: /user/1000. user/c2. session
2:name=
where all controllers other than name=systemd are correct. lxc needs
to set the new cgroup for name=systemd, and cgmanager needs to fix a
bug where name=systemd was not being handled right.