I read several articles that say one should avoid running processes as root in a chroot environment since it allows the process to escape.
But how should I do that? Chroot can only be evoked by root, so it is impossible to run a processes in a chroot environment without root privileges, isn't it?