git: e6f974e9ea - Mention that the private folder is also not using ACLs.

Benedict Reuschling bcr at FreeBSD.org
Sun Dec 20 12:13:08 UTC 2020


The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=e6f974e9ea38cb7568cb04efe4cabcf412395b88

commit e6f974e9ea38cb7568cb04efe4cabcf412395b88
Author:     Benedict Reuschling <bcr at FreeBSD.org>
AuthorDate: 2020-12-20 12:09:22 +0000
Commit:     Benedict Reuschling <bcr at FreeBSD.org>
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 at 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</programlisting>
       <para>In this example, <filename>directory1</filename>,
 	<filename>directory2</filename>, and
 	<filename>directory3</filename> are all taking advantage of
-	<acronym>ACL</acronym>s, whereas
-	<filename>public_html</filename> is not.</para>
+	<acronym>ACL</acronym>s, whereas <filename>private</filename>
+	and <filename>public_html</filename> are not.</para>
     </sect2>
 
     <sect2>


More information about the dev-commits-doc-all mailing list