fakechroot 2.20.1 Emulate chroot by overriding file system calls

fakechroot runs a command in an environment were is additional possibility to use chroot command without root privileges. This is useful for allowing users to create own chrooted environment with possibility to install another packages without need for root privileges.

It works by providing libfakechroot.so, a shared library meant to be set as LD_PRELOAD to override the C library file system functions.