From owner-dev-commits-doc-all@freebsd.org Sun Dec 20 12:13:08 2020 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 2D0CD4C07C2 for ; Sun, 20 Dec 2020 12:13:08 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CzM1w0gFdz4lG2; Sun, 20 Dec 2020 12:13:08 +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 09B3C7526; Sun, 20 Dec 2020 12:13:08 +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 0BKCD7cj090398; Sun, 20 Dec 2020 12:13:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 0BKCD7OO090397; Sun, 20 Dec 2020 12:13:07 GMT (envelope-from git) Date: Sun, 20 Dec 2020 12:13:07 GMT Message-Id: <202012201213.0BKCD7OO090397@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Benedict Reuschling Subject: git: e6f974e9ea - Mention that the private folder is also not using ACLs. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bcr X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e6f974e9ea38cb7568cb04efe4cabcf412395b88 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: Sun, 20 Dec 2020 12:13:08 -0000 The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=e6f974e9ea38cb7568cb04efe4cabcf412395b88 commit e6f974e9ea38cb7568cb04efe4cabcf412395b88 Author: Benedict Reuschling AuthorDate: 2020-12-20 12:09:22 +0000 Commit: Benedict Reuschling CommitDate: 2020-12-20 12:09:22 +0000 Mention that the private folder is also not using ACLs. In the UFS ACLs chapter, there is an example showing ACL-enabled filesystems using a + sign. However, there is a directory private lited there that is not having ACLs enabled, but it is not mentioned in the text below the example. Add it there to avoid confusion. PR: 251528 Submitted by: panden@gmail.com --- en_US.ISO8859-1/books/handbook/security/chapter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.xml b/en_US.ISO8859-1/books/handbook/security/chapter.xml index 5421ced36d..4bc3279737 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.xml @@ -3096,8 +3096,8 @@ drwxr-xr-x 2 robert robert 512 Nov 10 11:54 public_html In this example, directory1, directory2, and directory3 are all taking advantage of - ACLs, whereas - public_html is not. + ACLs, whereas private + and public_html are not.