Do not use a potentially symlink'd path in /etc/exports example
/home is commonly created by the installer as a symlink to /usr/home, and symbolic links are not permitted in these directives, per exports(5). Submitted by: Sebastian Schaack <sebastian@schaack.io>
This commit is contained in:
parent
50b3e99562
commit
38e11f043f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47889
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ server-program-arguments</programlisting>
|
|||
the subdirectories, but will permit the client to mount the
|
||||
directories that are required as needed.</para>
|
||||
|
||||
<programlisting>/home -alldirs 10.0.0.2 10.0.0.3 10.0.0.4</programlisting>
|
||||
<programlisting>/usr/home -alldirs 10.0.0.2 10.0.0.3 10.0.0.4</programlisting>
|
||||
|
||||
<para>This next example exports <filename>/a</filename> so that
|
||||
two clients from different domains may access that file
|
||||
|
|
Loading…
Reference in a new issue