From owner-freebsd-arch@FreeBSD.ORG Mon Sep 16 04:58:20 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ADF9C399 for ; Mon, 16 Sep 2013 04:58:20 +0000 (UTC) (envelope-from lars.engels@0x20.net) Received: from mail.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 745D02B05 for ; Mon, 16 Sep 2013 04:58:20 +0000 (UTC) Received: from 0x20.net (0x20.net [217.69.76.212]) (Authenticated sender: lala) by mail.0x20.net (Postfix) with ESMTPA id 797556A6004 for ; Mon, 16 Sep 2013 06:58:18 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 16 Sep 2013 06:58:18 +0200 From: Lars Engels To: freebsd-arch@freebsd.org Subject: Re: jail configuration In-Reply-To: <8661u2kppt.fsf@nine.des.no> References: <8661u2kppt.fsf@nine.des.no> Message-ID: <886ba45e7a448d5a5eb57e7c42ff52ab@mail.0x20.net> X-Sender: lars.engels@0x20.net User-Agent: Roundcube Webmail/0.7 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 04:58:20 -0000 Am 15.09.2013 18:35, schrieb Dag-Erling Smørgrav: > We've had jail.conf(5) for several years now, but no way to use it > because the rc script doesn't support it. > > It is not perfect, but it is much cleaner and much more powerful than > the old way of setting variables in rc.conf. > > I suggest that the attached patch (and the necessary changes to the > documentation) is long overdue. There's also sysutils/jail2 which parses jail.conf(5). This, yours or a merge of both should be considered for commiting.