From owner-freebsd-doc Sun Feb 9 12:50:15 2003 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B20BC37B401 for ; Sun, 9 Feb 2003 12:50:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CBE743F75 for ; Sun, 9 Feb 2003 12:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h19KoENS020143 for ; Sun, 9 Feb 2003 12:50:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h19KoEKx020142; Sun, 9 Feb 2003 12:50:14 -0800 (PST) Date: Sun, 9 Feb 2003 12:50:14 -0800 (PST) Message-Id: <200302092050.h19KoEKx020142@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: docs/48095: Manual page for jail(8) does not mention mounting devfs under jail. Reply-To: Giorgos Keramidas Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/48095; it has been noted by GNATS. From: Giorgos Keramidas To: Grzegorz Czaplinski Cc: bug-followup@FreeBSD.org Subject: Re: docs/48095: Manual page for jail(8) does not mention mounting devfs under jail. Date: Sun, 9 Feb 2003 19:55:39 +0200 On 2003-02-08 21:08, Grzegorz Czaplinski wrote: > The manual for jail(8) does not mention anything about mounting > devfs under jail's /dev. This is true, but mentioning devfs only is probably incomplete. The proper way to handle this is to mention that # Jailed processes that need devices should have some sort of access # to /dev nodes when they are inside the jail, imho. It is then up to # the administrator to choose how to implement this. Either by # mounting devfs under the /jail/dev directory or by manually calling # MAKEDEV or mknod to create only those devices that are absolutely # necessary. Would a note like the above paragraph be ok? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message