From owner-freebsd-questions@FreeBSD.ORG Sun Aug 11 15:34:05 2013 Return-Path: Delivered-To: freebsd-questions@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 A02DF5AB for ; Sun, 11 Aug 2013 15:34:05 +0000 (UTC) (envelope-from maciej@suszko.eu) Received: from archeo.suszko.eu (archeo.unixguru.pl [IPv6:2001:41d0:1:f47a::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6023929AF for ; Sun, 11 Aug 2013 15:34:05 +0000 (UTC) Received: from archeo (localhost [127.0.0.1]) by archeo.suszko.eu (Postfix) with ESMTP id 25D412063B3E; Sun, 11 Aug 2013 17:33:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at archeo.local Received: from archeo.suszko.eu ([127.0.0.1]) by archeo (archeo.local [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id MQCN02fiNUD9; Sun, 11 Aug 2013 17:33:54 +0200 (CEST) Received: from arsenic (89-79-234-160.dynamic.chello.pl [89.79.234.160]) by archeo.suszko.eu (Postfix) with ESMTPSA id EDA062063881; Sun, 11 Aug 2013 17:33:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=suszko.eu; s=dkim; t=1376235234; bh=77yo/PK+4lufsxa80iDblVesy9n/hWH5vwq3xGWVoiY=; h=Date:From:To:Subject:In-Reply-To:References; b=p2zLTOt9nlj0KxNRsue1LJ8smIM36a07o/xppdRaxWzRioncoeWn7vt0GK9d638ip SQ8V55gUWjmENomb/TmpkUnVtimXFr59nQ65EvKqFtzuvot/uwZceXhVUQx8JZZkI9 QzujOq+wufB0cuC/EfxIi9e7hCRlGvbBWLBzWn+Q= Date: Sun, 11 Aug 2013 17:33:41 +0200 From: Maciej Suszko To: freebsd-questions@freebsd.org Subject: Re: sysvipc only for one jail Message-ID: <20130811173341.6d1cb2e7@arsenic> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/n+JQ_udJRdKeycC.dtc0a1z"; protocol="application/pgp-signature" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 15:34:05 -0000 --Sig_/n+JQ_udJRdKeycC.dtc0a1z Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable David Demelier wrote: > Hi, >=20 > I would like to enable sysvipc only for one jail (defined in > /etc/rc.conf). It's possible with jail.conf but this is not supported > with jails listed in /etc/rc.conf. >=20 > Is it possible without using the global jail_sysvipc_allow ? You can specify different params for each jail using _parameters, for example: jail_jailname_params=3D"allow.chflags=3D1 allow.sysvipc=3D1" --=20 regards, Maciej Suszko. --Sig_/n+JQ_udJRdKeycC.dtc0a1z Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iEYEARECAAYFAlIHrtgACgkQCikUk0l7iGrRoACfajKMxF/HWPQ0C9pPlLlXtGAU LG0AnA5ghunduKX51Q6ogej1q6LTrdnw =kzkp -----END PGP SIGNATURE----- --Sig_/n+JQ_udJRdKeycC.dtc0a1z--