From owner-freebsd-current@FreeBSD.ORG Wed Sep 1 21:29:39 2004 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 CAF1116A4CE for ; Wed, 1 Sep 2004 21:29:39 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897AE43D39 for ; Wed, 1 Sep 2004 21:29:39 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so245073rnl for ; Wed, 01 Sep 2004 14:29:35 -0700 (PDT) Received: by 10.38.70.76 with SMTP id s76mr661105rna; Wed, 01 Sep 2004 14:29:35 -0700 (PDT) Received: by 10.38.75.25 with HTTP; Wed, 1 Sep 2004 14:29:35 -0700 (PDT) Message-ID: <790a9fff04090114294b50b600@mail.gmail.com> Date: Wed, 1 Sep 2004 16:29:35 -0500 From: Scot Hetzel To: Rob MacGregor In-Reply-To: <200409011826.i81IQTs4030534@the-macgregors.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200409011826.i81IQTs4030534@the-macgregors.org> cc: freebsd-current@freebsd.org Subject: Re: 5.3-BETA1, jails and devfs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 21:29:39 -0000 On Wed, 1 Sep 2004 19:26:29 +0100, Rob MacGregor > Next dumb question - how do I apply them to *only* the jail, not the host? > You just need to add the following to your /etc/rc.conf jail_example_devfs_enable="YES" # mount devfs in the jail jail_example_devfs_ruleset="devfsrules_jail" # devfs ruleset to apply to jail to use the default jail ruleset (devfsrules_jail), or replace it with the name of your ruleset from /etc/devfs.rules. Scot