Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 2004 16:29:35 -0500
From:      Scot Hetzel <swhetzel@gmail.com>
To:        Rob MacGregor <freebsd.macgregor@blueyonder.co.uk>
Cc:        freebsd-current@freebsd.org
Subject:   Re: 5.3-BETA1, jails and devfs
Message-ID:  <790a9fff04090114294b50b600@mail.gmail.com>
In-Reply-To: <200409011826.i81IQTs4030534@the-macgregors.org>
References:  <200409011826.i81IQTs4030534@the-macgregors.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff04090114294b50b600>