I am trying to create a chroot so I can run programs in a restricted environment. I also want the programs to deal with files (input or output). When I run programs in the chroot jail as user nobody, I get segmentation faults. If I run the program in the jail but not as nobody, everything works properly. Why is this happening, and how can I fix it?
feedback
|
migrated from stackoverflow.com Sep 11 '11 at 12:33
This question came from our site for professional and enthusiast programmers.