From owner-freebsd-questions@FreeBSD.ORG Sat Jul 11 12:15:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 840841065670 for ; Sat, 11 Jul 2009 12:15:03 +0000 (UTC) (envelope-from gt@fallendusk.org) Received: from ysera.fallendusk.org (ysera.fallendusk.org [76.76.101.106]) by mx1.freebsd.org (Postfix) with ESMTP id 50A208FC20 for ; Sat, 11 Jul 2009 12:15:03 +0000 (UTC) (envelope-from gt@fallendusk.org) Received: from localhost (localhost.gogax.com [127.0.0.1]) by ysera.fallendusk.org (Postfix) with ESMTP id 05FAE2842B for ; Sat, 11 Jul 2009 12:00:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at fallendusk.org Received: from ysera.fallendusk.org ([127.0.0.1]) by localhost (ysera.fallendusk.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MGJTHPyZESz7 for ; Sat, 11 Jul 2009 12:00:01 +0000 (UTC) Received: from elune.fallendusk.org (unknown [99.32.39.87]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gt@fallendusk.org) by ysera.fallendusk.org (Postfix) with ESMTPSA id 65CFB28423 for ; Sat, 11 Jul 2009 12:00:01 +0000 (UTC) Date: Sat, 11 Jul 2009 07:59:30 -0400 From: Gregory T Helton To: freebsd-questions@freebsd.org Message-ID: <20090711075930.79ad4e8a@elune.fallendusk.org> In-Reply-To: References: Organization: fallenDUSK X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.4; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Dynamically Building a Jail? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 12:15:03 -0000 On Sat, 11 Jul 2009 02:28:10 -0700 Diego Montalvo wrote: > Was wondering if there is a way to dynamically build a predefined jail > subsystem using shell script? > > Thanks in Advance! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" You may want to take a look at sysutils/ezjail. pkg-descr: "This port contains two scripts to easily create, manipulate and run FreeBSD jails. WWW: http://erdgeist.org/arts/software/ezjail/"