From owner-freebsd-questions@FreeBSD.ORG Fri Dec 16 03:19:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D43C616A41F for ; Fri, 16 Dec 2005 03:19:40 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (c-67-168-241-176.hsd1.or.comcast.net [67.168.241.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E05543D46 for ; Fri, 16 Dec 2005 03:19:40 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.11.6/8.11.6) with UUCP id jBG3Jqf18389 for freebsd-questions@freebsd.org; Thu, 15 Dec 2005 19:19:52 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id DAA13843; Fri, 16 Dec 2005 03:18:11 GMT Message-Id: <200512160318.DAA13843@sopwith.solgatos.com> To: freebsd-questions@freebsd.org Date: Thu, 15 Dec 2005 19:18:11 +0000 From: Dieter Subject: chroot and /dev X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2005 03:19:40 -0000 How does one provide one or two devices, e.g. /dev/null for a chroot environment? Device nodes created by mknod do not work. mount_devfs creates an entire device tree, negating the security of the chroot.