From owner-freebsd-current@FreeBSD.ORG Sun Aug 3 07:11:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4110437B401 for ; Sun, 3 Aug 2003 07:11:22 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 120C443FDD for ; Sun, 3 Aug 2003 07:11:21 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 61872 invoked from network); 3 Aug 2003 14:11:13 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 3 Aug 2003 14:11:13 -0000 Message-ID: <3F2D1800.5020006@liwing.de> Date: Sun, 03 Aug 2003 16:11:12 +0200 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Mike Makonnen References: <3F26AA16.5030007@liwing.de> <20030729172122.GA5005@kokeb.ambesa.net> <3F26BC7B.8070507@liwing.de> <20030801232918.GA37095@kokeb.ambesa.net> In-Reply-To: <20030801232918.GA37095@kokeb.ambesa.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Clement Laforet cc: Robert Watson cc: FreeBSD-Current List Subject: Re: [PATCH] jail NG schript patch for mounting devfs and procfs automatically X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 14:11:22 -0000 On 02.08.2003 01:29, Mike Makonnen wrote: > On Tue, Jul 29, 2003 at 08:27:07PM +0200, Jens Rehsack wrote: >> On 29.07.2003 19:21, Mike Makonnen wrote: >> >> >On Tue, Jul 29, 2003 at 07:08:38PM +0200, Jens Rehsack wrote: >> >Yeah, I'll take care of this. I had asked scott to mail me his final >> >patch so I could commit it, but I never heard back from him. I'll >> >dig out the revisions from my mail archives and combine the >> >two. >> >> You can mail me the patch first, so that I can test it before you >> commit it, if you want. > > Hi Jens, > > Can you apply the attached patches and let me know how it goes? > > Cheers. Hi Mike, hi Scot, the patch works for me very well. I've checked what's been done and had only small recommendations: - Wouldn't it be better to configure the devfs rules by /etc/devfs.conf or is it impossible? - Even it would be a good thing, if I could specify a ruleset for each jail, and fallback to devfs_ruleset_jail if no jail_example_devfs_ruleset is specified? Jens