If were going to be linked to linux we can write a chroot like utility that uses capabilities instead f chroot() to use it without the needs of root.
Else we can just suid that bin On 20/06/2011, at 19:39, Connor Lane Smith <c...@lubutu.com> wrote: > Hey, > > On 20 June 2011 14:08, pancake <panc...@youterm.com> wrote: >> I missed chroot(1) > > chroot(1) isn't POSIX. We may add other, non-POSIX, utilities for the > purposes of a Linux distro (in a subdirectory), but for the moment I'd > like to concentrate on the portable tools. > >> To create an archive library you need to run ranlib, AR is not enought... >> well it's enought on linux and some BSDs.. but it's definitively not enought >> for Solaris and OSX. > > Fixed in tip. > > Thanks, > cls >