From owner-freebsd-small@FreeBSD.ORG Tue Mar 9 15:29:10 2004 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61E4716A4CE; Tue, 9 Mar 2004 15:29:10 -0800 (PST) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4301443D2D; Tue, 9 Mar 2004 15:29:10 -0800 (PST) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i29NT99Q008859; Tue, 9 Mar 2004 15:29:09 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i29NT9R5008858; Tue, 9 Mar 2004 15:29:09 -0800 (PST) (envelope-from rizzo) Date: Tue, 9 Mar 2004 15:29:09 -0800 From: Luigi Rizzo To: Poul-Henning Kamp Message-ID: <20040309152909.A8458@xorpc.icir.org> References: <36090.1078874197@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <36090.1078874197@critter.freebsd.dk>; from phk@phk.freebsd.dk on Wed, Mar 10, 2004 at 12:16:37AM +0100 cc: current@freebsd.org cc: small@freebsd.org Subject: Re: "nanobsd" prototype X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 23:29:10 -0000 On Wed, Mar 10, 2004 at 12:16:37AM +0100, Poul-Henning Kamp wrote: > > This patch contains my "nanobsd" prototype which I have been mumbling > about. possibly related question for you. What are the implications in letting mdconfig/mount_mfs available to the general user (or suid) instead of making them restricted to root only ? Apart from a few places where the buildworld scripts try to do an 'install' (but i believe the uid/gid to install with can be tweaked), i think this is the only part where the building of {Free|pico|nano}bsd require to be run as root. Am I missing something ? cheers luigi