Add xref link to "File System Access Control Lists" section.
While I'm there: addition of a non-breaking space. Requested by: rwatson
This commit is contained in:
parent
b3cf5873da
commit
dde71ac662
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15166
1 changed files with 3 additions and 3 deletions
|
@ -632,10 +632,10 @@ options FFS_ROOT #FFS usable as root device [keep this!]</programli
|
|||
|
||||
<programlisting>options UFS_ACL #Support for access control lists</programlisting>
|
||||
|
||||
<para>This option, present only in FreeBSD 5.0, enables kernel support
|
||||
<para>This option, present only in FreeBSD 5.0, enables kernel support
|
||||
for access control lists. This relies on the use of extended
|
||||
attributes and UFS2, and the feature is described in detail elsewhere
|
||||
in the handbook. ACLs are enabled by default, and should not be
|
||||
attributes and UFS2, and the feature is described in detail
|
||||
in the <xref linkend="fs-acl">. ACLs are enabled by default, and should not be
|
||||
disabled in the kernel if they have been used previously on a file
|
||||
system, as this will remove the access control lists changing the
|
||||
way files are protected in unpredictable ways.</para>
|
||||
|
|
Loading…
Reference in a new issue