From owner-svn-src-all@freebsd.org Mon Apr 9 15:09:04 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32BCEF87625; Mon, 9 Apr 2018 15:09:04 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6203735D0; Mon, 9 Apr 2018 15:09:03 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w39F91r7019102; Mon, 9 Apr 2018 08:09:01 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w39F91lw019101; Mon, 9 Apr 2018 08:09:01 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201804091509.w39F91lw019101@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r331880 - stable/11/etc In-Reply-To: <20180409143551.i5uyt75zxe3cdpch@mutt-hbsd> To: Shawn Webb Date: Mon, 9 Apr 2018 08:09:01 -0700 (PDT) CC: Kyle Evans , src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org, dteske@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 09 Apr 2018 15:09:04 -0000 -- Start of PGP signed section. > On Mon, Apr 09, 2018 at 09:33:38AM -0500, Kyle Evans wrote: > > On Mon, Apr 9, 2018 at 9:29 AM, Shawn Webb wrote: > > > On Mon, Apr 02, 2018 at 03:28:48PM +0000, Kyle Evans wrote: > > >> Author: kevans > > >> Date: Mon Apr 2 15:28:48 2018 > > >> New Revision: 331880 > > >> URL: https://svnweb.freebsd.org/changeset/base/331880 > > >> > > >> Log: > > >> MFC r328331: Support configuring arbitrary limits(1) for any rc.conf daemon > > >> > > >> Usage is ${name}_limits, and the argument is any flags accepted by > > >> limits(1), such as `-n 100' (e.g. only allow 100 open files). > > > > > > A HardenedBSD user has reported an issue with this commit: > > > > > > https://twitter.com/0x666c7578/status/982901931969597440 > > > > > > > The mariadb ports should be good with this after ports r466451, > > tracking PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227205 > > Awesome. Thanks! Maybe not so awesome, as now if we go trying to fix the earlier issues it also now effects a pile of ports... *sigh*. -- Rod Grimes rgrimes@freebsd.org