From owner-freebsd-questions@FreeBSD.ORG Fri Apr 8 13:18:25 2005 Return-Path: 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 E69B016A4CE for ; Fri, 8 Apr 2005 13:18:25 +0000 (GMT) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE0743D2F for ; Fri, 8 Apr 2005 13:18:25 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9997 helo=mail.aseed.antenna.nl) by post-23.mail.nl.demon.net with esmtp (Exim 4.43) id 1DJtNQ-000Ojx-JN for freebsd-questions@freebsd.org; Fri, 08 Apr 2005 13:18:24 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 94F47154924 for ; Fri, 8 Apr 2005 15:19:52 +0200 (CEST) Received: from localhost.localdomain (f80052.upc-f.chello.nl [80.56.80.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 1F7DA58CB6B for ; Fri, 8 Apr 2005 15:18:24 +0200 (CEST) Date: Fri, 8 Apr 2005 15:18:25 +0200 From: "albi@scii.nl" To: freebsd-questions@freebsd.org Message-Id: <20050408151825.21604186.albi@scii.nl> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: restricting "fat jails" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 13:18:26 -0000 i was wondering exactly which files in /dev/ can be removed in a jail ? and i thought of a dirty approach of restricting building a jail by removed the parts in /usr/obj/ that you don't want, but i bet that make installworld is gonna complain about, is there a way around ? (perhaps something else than make -i installworld)