How can I create and use cgroups as a non-root user?
For example, can I, entirely as a non-root user:
- create a cgroup with access to one CPU
- create a new process in that cgroup
?
I first asked here but I didn't receive a complete answer. I also asked on stackoverflow, but the question was closed as off topic.