From owner-freebsd-questions@FreeBSD.ORG Thu Feb 11 15:33:31 2010 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 46A311065670 for ; Thu, 11 Feb 2010 15:33:31 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id D59FC8FC1C for ; Thu, 11 Feb 2010 15:33:30 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 25so338756eya.9 for ; Thu, 11 Feb 2010 07:33:29 -0800 (PST) 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; bh=x4Tqftnut5unD3UCyeanBLdVtd+Zv3r2CsU4TEoRESs=; b=DlNZ7m/nvcXxxYyl84zoLe+JM5vpeejKssv9vIuMuJW+FfjgvM6VjWDY0XGzF5Vn8B 22hc4t/v97WcMMpJC0DJp/MQPQRI54pHJAQKB3EfMF9T6Tb9P5TGh+wqGbvLD/CWTRXK QzznWXbLLSAZT1BZ7c2QvRwI21EjmQ0d2NxZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZF542UrLyrMBmdhWDmtngRArk9OVHouWxbdnjcM/5P6wPqBIp8PPMUu1oMeUZ2ndjs PALl+T+K+ZjaAnSL0/db9a6WHYWaYMKU0/H3KVM3A1a/2kcuDQ3XEZJPmLZqftPTY1gV t4EvTeG2/iRpU+L34DqI3FZrBqSEIYRQ6lE7A= MIME-Version: 1.0 Received: by 10.213.77.141 with SMTP id g13mr22573ebk.3.1265902409678; Thu, 11 Feb 2010 07:33:29 -0800 (PST) Date: Thu, 11 Feb 2010 16:33:29 +0100 Message-ID: From: Christer Solskogen To: freebsd-jails@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Jailcfg - A new tool for creating small(!) jails 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: Thu, 11 Feb 2010 15:33:31 -0000 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