From owner-dev-commits-doc-all@freebsd.org Mon Mar 22 14:46:31 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3C8155B149F for ; Mon, 22 Mar 2021 14:46:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F3y4R19pTz3mPM; Mon, 22 Mar 2021 14:46:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B5E873FD; Mon, 22 Mar 2021 14:46:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 12MEkVUk085597; Mon, 22 Mar 2021 14:46:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 12MEkVCb085596; Mon, 22 Mar 2021 14:46:31 GMT (envelope-from git) Date: Mon, 22 Mar 2021 14:46:31 GMT Message-Id: <202103221446.12MEkVCb085596@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ben Woods Subject: git: 61fd9e9689 - main - 13.0R/relnotes - Add entry for changes to newsyslog(8) default config MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: woodsb02 X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 61fd9e9689f550cef55491c350ebad00c194f4c2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2021 14:46:31 -0000 The branch main has been updated by woodsb02 (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=61fd9e9689f550cef55491c350ebad00c194f4c2 commit 61fd9e9689f550cef55491c350ebad00c194f4c2 Author: Ben Woods AuthorDate: 2021-03-22 14:38:34 +0000 Commit: Ben Woods CommitDate: 2021-03-22 14:42:53 +0000 13.0R/relnotes - Add entry for changes to newsyslog(8) default config The default /etc/newsyslog.conf now only includes files if they end with ".conf" and do not begin with a "." character. Approved by: gjb Differential Revision: https://reviews.freebsd.org/D29368 --- website/content/en/releases/13.0R/relnotes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index 286ac773ce..628e6c0322 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -118,6 +118,13 @@ now be set via man:login.conf[5]. gitref:21c1a93c048f[repository=src], gitref:736a5a6d1dbb[repository=src], gitref:7466dbd68487[repository=src] +The default config for man:newsyslog[8] will now only include files from the +/etc/newsyslog.conf.d/ and /usr/local/etc/newsyslog.conf.d/ directories if the +filename ends with ".conf" and does not begin with a "." character. +This matches the man:syslog.conf[5] functionality, and also prevents ".sample" +or ".pkgnew" files being included. +gitref:9165316ff6bf[repository=src] + The kernel now supports enforcing a W^X memory mapping policy for user processes. The policy is not enforced by default but can be enabled by setting the