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.
Hi Rob, Right, doing the chroot from within qemu avoids the issue with polluting the target/. Thanks for the example. The chroot approach still suffers from the need of initially having higher privileges. Personally, I still prefer the sysroot option and avoid that need but either way helps me. Best regards -- Edgar E. Iglesias Axis Communications AB