I’ve been trying hard lately to take useful code I’ve written over the years for different projects (such as my predictive anti-spam system Ruckus scanmail) and rep.ublish the libraries with more generic names under CPAN
Filesys::Virtual::Chroot provides advisory functions for creating a virtual chroot environment. This is useful when you wish to lock a process which takes input from the wild into a set of directories.
This library can be downloaded here directly: Filesys-Virtual-Chroot-1.3.tar
Or pulled off of CPAN with:
sudo cpan Filesys::Virtual::Chroot
Command.