From owner-freebsd-jail@FreeBSD.ORG Fri Feb 12 07:23:55 2010 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADF47106568D for ; Fri, 12 Feb 2010 07:23:55 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 455A38FC24 for ; Fri, 12 Feb 2010 07:23:55 +0000 (UTC) Received: by ewy3 with SMTP id 3so2201156ewy.13 for ; Thu, 11 Feb 2010 23:23:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=i08GCzQ4D+izcoZWXqT6d496nHvnWkaSlFYJD0BX4Y4=; b=j4Kq0qpi/gsdPxfMgkWk/fdkV5MfXqIbQiMPhropU26Z7CA8WcY9XxyjJiDMw0eXrA 9motZZRVr7UW/TlO8xb2wQgb3f5ow/mFbFl5ZtmBY2rQLu76H/eigPbOTaUjkfiNxbHd IiW6lSwj2Rxej7w3JsD4jVDtlbOQZFyVWftZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=YNk5NbZv+APokUSvpY7J6XPfjERZ1L+B1y9ynjMn3eAZxPzG6UxO6FRP9Vw+LtP8PV iZyMOoRXukWBQLO3b8kI2KEv9YPGgkQ2drCogAEIDYMDNWEZMSNIMPacyKQW2FNXxT64 HFb9eIAAKj6coX/y9JCFMXZCjs+PXG1s0YuPA= MIME-Version: 1.0 Received: by 10.213.43.133 with SMTP id w5mr5095ebe.95.1265959433488; Thu, 11 Feb 2010 23:23:53 -0800 (PST) In-Reply-To: References: Date: Fri, 12 Feb 2010 08:23:53 +0100 Message-ID: From: Christer Solskogen To: freebsd-jail@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Fwd: Jailcfg - A new tool for creating small(!) jails X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2010 07:23:55 -0000 The homepage for the project is http://code.google.com/p/jailcfg/. ---------- Forwarded message ---------- From: Christer Solskogen Date: Thu, Feb 11, 2010 at 4:33 PM Subject: Jailcfg - A new tool for creating small(!) jails To: freebsd-jails@freebsd.org, freebsd-questions@freebsd.org Hi! I've just began scripting a small tool for creating jails, much like ezjail. But instead of creating a own basejail, jailcfg mounts /bin, /lib, /usr/bin, etc. from root. And this means that the footprint of one of "my" jails is just about 3MB :) The script is in very early stages, but it's a start. Get it by doing: hg clone https://jailcfg.googlecode.com/hg/ jailcfg Feedback is welcome! -- chs