From owner-freebsd-hackers Tue Mar 26 0:59:48 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from falcon.prod.itd.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 22F2937B41B for ; Tue, 26 Mar 2002 00:59:45 -0800 (PST) Received: from pool0107.cvx21-bradley.dialup.earthlink.net ([209.179.192.107] helo=mindspring.com) by falcon.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16pmnt-0000fO-00; Tue, 26 Mar 2002 00:59:41 -0800 Message-ID: <3CA03865.A06A0D11@mindspring.com> Date: Tue, 26 Mar 2002 00:59:17 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Victor Polyakov Cc: freebsd-hackers@freebsd.org Subject: Re: jail + mount_union problem References: <008501c1d49b$fd2eb2c0$6b40f650@niokr2> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Victor Polyakov wrote: > Unfortunately, NULLFS filesystem does not permit users to modify files. > We want do give each user a copy of /usr and to permit installation of > software etc... You mean "on a per user basis". It permits modification. In general, you would mount / and /usr read-only, and mount some other area (e.g. /usr/local) as read/write, and they would install their private stuff there. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message