A setuid helper that creates mount namespaces for lxcfs, enabling applications like Chrome and Firefox to see their actual cgroup resource limits instead of the full host resources.
On shared multi-user systems (like ThinLinc terminal servers), you typically use systemd resource controls to limit per-user CPU and memory. However, applications read /proc/meminfo and /proc/cpuinfo directly, seeing the full host resources rather than their allocated limits.
This causes problems:
- Chrome/Chromium sizes its renderer processes and caches based on "available" memory

