From owner-freebsd-jail@FreeBSD.ORG Tue Feb 14 10:13:30 2012 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 856F11065674 for ; Tue, 14 Feb 2012 10:13:30 +0000 (UTC) (envelope-from sachaz@mail.ru) Received: from fallback4.mail.ru (fallback4.mail.ru [94.100.176.42]) by mx1.freebsd.org (Postfix) with ESMTP id 34AE28FC1A for ; Tue, 14 Feb 2012 10:13:29 +0000 (UTC) Received: from smtp27.mail.ru (smtp27.mail.ru [94.100.176.180]) by fallback4.mail.ru (mPOP.Fallback_MX) with ESMTP id CD9BA70CFCA9 for ; Tue, 14 Feb 2012 13:40:27 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=iuRrAX6bLp7OAC/xzC7qt5wN8SzEEZfwA/12GmNB6jo=; b=cfcFfOK5gFwUpFf+dVeNks1k7gH1ceTNDaWO5jQDpjqhaJUlbphe+Iq0UhvZEfKOmCO//Ffy4aP4luWQD38n3pfm2XNKksRibwB4NYhJCyZpLyZviAIor0uQniulE18I; Received: from [80.236.99.21] (port=64617 helo=[10.11.12.1]) by smtp27.mail.ru with esmtpa (envelope-from ) id 1RxEs5-0001Ac-8V for freebsd-jail@freebsd.org; Tue, 14 Feb 2012 13:40:26 +0400 Message-ID: <4F3A2C08.1030205@mail.ru> Date: Tue, 14 Feb 2012 10:40:24 +0100 From: sacha User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 MIME-Version: 1.0 To: freebsd-jail@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Mru-NR: 1 X-Mru-UID: 2899299 X-Spam: Not detected X-Mras: Ok X-Mru-Karma: 0 Subject: Allowing parameters per jail 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: Tue, 14 Feb 2012 10:13:30 -0000 Hi, I'm used this patch [http://mhunet.wordpress.com/2011/05/11/jailrc-patch/] to allow specific per jail parameters in rc.conf like jail__params="allow.raw_sockets allow.sysvipc" In FreeBSD 9 I still cannot use this basic jail configuration. Why this patch (or kind of) is still not comitted ? Regards, Sacha.