From owner-svn-src-all@freebsd.org Wed Feb 10 20:13:59 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0214BAA3B5F for ; Wed, 10 Feb 2016 20:13:59 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEE2D108D for ; Wed, 10 Feb 2016 20:13:58 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id E1E0F21A8D for ; Wed, 10 Feb 2016 15:13:50 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute2.internal (MEProxy); Wed, 10 Feb 2016 15:13:50 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=kFH00KCYEog5x9y uC9/HyEIiXQs=; b=NDpvKjz8y2bHomSDBBh1MrOh2dvdzHFxcwUjqA/kmqIdFp3 y43Dcu9H1+P0M5RGUEhXJuCeUBY8BKPIdUlQ+FppxVF1RUt+nHsOpwpZa45OjBe+ Uy9au9UyoaGJ3jey+QuK69h2jUt+dYaHFWyr6fMWPNXP+7+VYLQvPIfaDjZA= Received: by web6.nyi.internal (Postfix, from userid 99) id A939048CB0; Wed, 10 Feb 2016 15:13:50 -0500 (EST) Message-Id: <1455135230.94915.517674594.46214C39@webmail.messagingengine.com> X-Sasl-Enc: jimk+w1Hzcw+6W4fOoRj8nQbEo7c3vL6s9gUYxG43eAq 1455135230 From: Mark Felder To: Matteo Riondato , Ronald Klop Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-e69f0414 Subject: Re: svn commit: r295471 - in head/etc: defaults rc.d Date: Wed, 10 Feb 2016 14:13:50 -0600 In-Reply-To: <0CAF4F00-7711-4F0F-8487-0B17381940F2@FreeBSD.org> References: <201602101613.u1AGDx0I003885@repo.freebsd.org> <0CAF4F00-7711-4F0F-8487-0B17381940F2@FreeBSD.org> X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 20:13:59 -0000 On Wed, Feb 10, 2016, at 11:28, Matteo Riondato wrote: >=20 > > On Feb 10, 2016, at 12:04 PM, Ronald Klop wrote: > >=20 > > On Wed, 10 Feb 2016 17:13:59 +0100, Mark Felder wrot= e: > >=20 > >> Author: feld (ports committer) > >> Date: Wed Feb 10 16:13:59 2016 > >> New Revision: 295471 > >> URL: https://svnweb.freebsd.org/changeset/base/295471 > >>=20 > >> Log: > >> Add new rc.conf parameter "jail_reverse_stop" > >> When a user defines "jail_list" in rc.conf the jails are started in the > >> order defined. Currently the jails are not are stopped in reverse ord= er > >> which may break dependencies between jails/services and prevent a cle= an > >> shutdown. The new parameter "jail_reverse_stop" will shutdown jails in > >> "jail_list" in reverse order when set to "YES". > >> Please note that this does not affect manual invocation of the jail rc > >> script. If a user runs the command > >> # service jail stop jail1 jail2 jail3 > >> the jails will be stopped in exactly the order specified regardless of > >> jail_reverse_stop being defined in rc.conf. > >> PR: 196152 > >=20 > > Good feature. I know POLA is always very important in FreeBSD developme= nt, but having this setting on by default seems very reasonable to me. >=20 > +1, perhaps with a note in UPDATING and, when MFC=E2=80=99ed, having the = default > to off. >=20 I also agree it's probably fine to be enabled by default in CURRENT, but the last thing I wanted to do was throw an unexpected wrench into the next cluster refresh and make Pete even more Evil. --=20 Mark Felder ports-secteam member feld@FreeBSD.org