View Single Post
  #9   (View Single Post)  
Old 27th July 2010
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

No more than any other chrooted environment.

What you create with chroot(8) is a virtual filesystem structure -- it is not a virtual machine, but close enough to one from a filesystem perspective.

Absolutely any file needed will need to be within that virtual filesystem. Every executable with shared libraries will need to be analyzed with ldd(1). Or, you can replicate the entire OS less those things you wish to keep private.
Reply With Quote