From owner-freebsd-questions@FreeBSD.ORG Sat Jul 11 09:48:54 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 28DFF106567D for ; Sat, 11 Jul 2009 09:48:54 +0000 (UTC) (envelope-from dmontalvo@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 7410C8FC2E for ; Sat, 11 Jul 2009 09:48:52 +0000 (UTC) (envelope-from dmontalvo@gmail.com) Received: by yxe11 with SMTP id 11so2396052yxe.3 for ; Sat, 11 Jul 2009 02:48:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=faVjLEG4fYqREZd8zl8Efe3dEUYUfaOupWi79AKF1i0=; b=BkDmXczqW1vef0dfh8m0+l5VVP0Y5CJAXOFW5LL32X+/CgnV4JUTA9M5y13sblLSP2 4M2BEUylifxHo6tR+mULG4yM9owcn3wiT9pv9pOTYpP5ZHHo9MqfG/lEBDpY+HQou0P7 HwDM88NoLDmX5ph8NFBW6q3GGiMVCk3Zv1jXc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=gE0//sY9mvSUuQ1MGXHu3fcdy98zdLcoiUlJ/OQZpve3M4iU//OZ4y5aPJ0nlK/Vub yNRcTrFZ2vV87piV+yB2zcuGKW3Bp44E44tIF7tx/mPZLp4v2DbFmgTSdLvdRyGaki54 /o/fJkUG1fu6uhT/FOnSybehyJe/DT2V/sCWo= MIME-Version: 1.0 Received: by 10.100.4.9 with SMTP id 9mr3935394and.147.1247304490215; Sat, 11 Jul 2009 02:28:10 -0700 (PDT) Date: Sat, 11 Jul 2009 02:28:10 -0700 Message-ID: From: Diego Montalvo To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: 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 09:48:56 -0000 Was wondering if there is a way to dynamically build a predefined jail subsystem using shell script? Thanks in Advance!