diff options
| author | Benedict Reuschling <bcr@FreeBSD.org> | 2020-12-20 12:09:22 +0000 |
|---|---|---|
| committer | Benedict Reuschling <bcr@FreeBSD.org> | 2020-12-20 12:09:22 +0000 |
| commit | e6f974e9ea38cb7568cb04efe4cabcf412395b88 (patch) | |
| tree | e4780a0141a5ca9de9fb58d2279b408a51659f94 | |
| parent | 28dade007b2f25ef026365bc77e565f1719e438b (diff) | |
| download | doc-e6f974e9ea38cb7568cb04efe4cabcf412395b88.tar.gz doc-e6f974e9ea38cb7568cb04efe4cabcf412395b88.zip | |
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
| -rw-r--r-- | en_US.ISO8859-1/books/handbook/security/chapter.xml | 4 |
1 files 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> |
