Michael O'Keefe wrote: > Christian Seberino wrote: > >I've had trouble implementing chroot jails and > >remembered SELinux is about access control too. > > What's your problem with chroot jails ? Maybe we can help ! > I have a script that installs all the necessary RPM's in a chroot > location just so RPM can work in a chroot jail. After that, I run > everything in the chroot jail to verify I have a list of all > dependencies, for building software, testing it, and running it.
Similarly, Debian comes with a package (debootstrap) that will create a Debian chroot. It will even work on non-Debian systems. http://packages.debian.org/stable/admin/debootstrap -john -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
