









|
[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[NMLUG] chroot -- can somebody help me out?
On Thu, 2004-12-16 at 10:15 -0700, Jody Harris wrote:
> Maybe I just don't have the system configured correctly, or maybe I'm
> taking the whole wrong approach....
>
> I'd like to: run Firefox in a chroot jail
>
> How?
>
> man chroot --> look at the info page
>
> info coreutils chroot --> not much more help.
>
> Am I going to have to install Gentoo and make everything statically linked?
>
> No matter what directory I select as the new root, I get the same
> message, "cannot change root directory to /my/path: Operation not permitted"
>
On a Debian system you:
$ mkdir ~/choot-jail
# apt-get install debootstrap
# debootstrap woody ~/chroot-jail
# chroot ~/chroot-jail
--
GPG key F343E5FC (fingerprint:DF37 93BC AFEC 0A6A CC08 4A95 3790 8B4C
F343 E5FC)
available at: http://sam.noble.home.comcast.net/sams_publickey.gpg.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.b9.com/pipermail/nmlug/attachments/20041216/ed4331e3/attachment.pgp
|
|