From owner-freebsd-arch@FreeBSD.ORG Wed Jan 14 13:24:21 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 0FF9116A4CE; Wed, 14 Jan 2004 13:24:21 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E7F43D64; Wed, 14 Jan 2004 13:24:19 -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 i0ELOGET093261; Wed, 14 Jan 2004 14:24:17 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 14 Jan 2004 14:24:14 -0700 (MST) Message-Id: <20040114.142414.97038855.imp@bsdimp.com> To: kientzle@acm.org From: "M. Warner Losh" In-Reply-To: <4005A9A9.6090503@acm.org> References: <20040114.131705.93652359.imp@bsdimp.com> <4005A9A9.6090503@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: rwatson@freebsd.org cc: freebsd-arch@freebsd.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 21:24:21 -0000 In message: <4005A9A9.6090503@acm.org> Tim Kientzle writes: : M. Warner Losh wrote: : > 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. : : Not all that interesting, really. ;-) A small matter of coding then to cause the meta data to be stored during the install and then written to the archive format. Warner