From owner-freebsd-arch@FreeBSD.ORG Wed Jan 14 12:17:43 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D270B16A4CE; Wed, 14 Jan 2004 12:17:43 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDDB343D5C; Wed, 14 Jan 2004 12:17:22 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i0EKH7ET092332; Wed, 14 Jan 2004 13:17:08 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 14 Jan 2004 13:17:05 -0700 (MST) Message-Id: <20040114.131705.93652359.imp@bsdimp.com> To: rwatson@freebsd.org From: "M. Warner Losh" In-Reply-To: References: <4004D445.7020205@acm.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-arch@freebsd.org cc: kientzle@acm.org Subject: Re: Request for Comments: libarchive, bsdtar X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 20:17:44 -0000 In message: Robert Watson writes: : I know NetBSD has a neat tool to create file systems from userspace : without privilege, but my understanding is that it has to pull in a lot of : code from the kernel in fairly messy ways. Since tar files are a well : supported portable format... :-) The problem then reduces to needing to be able to create the tar file with ownership/permissions different than is in the unpriv'd build tree. Generation of this list, as well as getting tar/whatever to honor it are interesting problems. Warner