Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-14 Thread Anderson Lizardo
Hi, On Mon, Mar 3, 2008 at 8:28 PM, Rob Landley <[EMAIL PROTECTED]> wrote: > Quick and dirty patch to teach qemu application emulation how to chroot (and > drop privs), so you don't have to pollute a target filesystem with host code, > and/or figure out how to build qemu static in order to run a

Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-14 Thread Rob Landley
On Friday 14 March 2008 09:08:57 Edgar E. Iglesias wrote: > > Even then, attempting to deal with things like symlinks that point to > > absolute paths would be quite a headache, and considering the default > > busybox install does exactly that, it's not exactly an unheard of corner > > case... > >

Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-14 Thread Edgar E. Iglesias
On Thu, Mar 06, 2008 at 12:47:12AM -0600, Rob Landley wrote: > On Wednesday 05 March 2008 01:54:08 Edgar E. Iglesias wrote: > > On Wed, Mar 05, 2008 at 12:51:36AM -0600, Rob Landley wrote: > > > On Tuesday 04 March 2008 05:22:12 you wrote: > > > > On Mon, Mar 03, 2008 at 06:28:22PM -0600, Rob Landl

Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-05 Thread Rob Landley
On Wednesday 05 March 2008 01:54:08 Edgar E. Iglesias wrote: > On Wed, Mar 05, 2008 at 12:51:36AM -0600, Rob Landley wrote: > > On Tuesday 04 March 2008 05:22:12 you wrote: > > > On Mon, Mar 03, 2008 at 06:28:22PM -0600, Rob Landley wrote: > > > > Quick and dirty patch to teach qemu application emu

Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-04 Thread Edgar E. Iglesias
On Wed, Mar 05, 2008 at 12:51:36AM -0600, Rob Landley wrote: > On Tuesday 04 March 2008 05:22:12 you wrote: > > On Mon, Mar 03, 2008 at 06:28:22PM -0600, Rob Landley wrote: > > > Quick and dirty patch to teach qemu application emulation how to chroot > > > (and drop privs), so you don't have to pol

Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-04 Thread Rob Landley
On Tuesday 04 March 2008 05:22:12 you wrote: > On Mon, Mar 03, 2008 at 06:28:22PM -0600, Rob Landley wrote: > > Quick and dirty patch to teach qemu application emulation how to chroot > > (and drop privs), so you don't have to pollute a target filesystem with > > host code, and/or figure out how to

Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-04 Thread Edgar E. Iglesias
On Mon, Mar 03, 2008 at 06:28:22PM -0600, Rob Landley wrote: > Quick and dirty patch to teach qemu application emulation how to chroot (and > drop privs), so you don't have to pollute a target filesystem with host code, > and/or figure out how to build qemu static in order to run a dynamic binary.

[Qemu-devel] [PATCH] -chroot and -su options.

2008-03-03 Thread Rob Landley
Quick and dirty patch to teach qemu application emulation how to chroot (and drop privs), so you don't have to pollute a target filesystem with host code, and/or figure out how to build qemu static in order to run a dynamic binary. diff --git a/linux-user/main.c b/linux-user/main.c index 124b98c..