Note that enabling sysctl vfs.usermount has adverse effects on system
security.
This commit is contained in:
parent
74598e1c06
commit
7fc5f2ad00
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5690
2 changed files with 8 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.9 1999/09/06 07:22:24 peter Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.10 1999/09/19 11:32:06 wosch Exp $</pubdate>
|
||||
|
||||
<abstract><para> This is the FAQ for FreeBSD systems version 2.X All entries are
|
||||
assumed to be relevant to FreeBSD 2.0.5 and later, unless otherwise noted.
|
||||
|
@ -4582,7 +4582,9 @@ used to firewall off on-disk data.</para>
|
|||
|
||||
<screen>&prompt.user; <userinput>umount <filename>~/my-mount-point</filename></userinput></screen>
|
||||
|
||||
<para>Another way to access MSDOS formatted media is to use the
|
||||
<para>Enabling <varname>vfs.usermount</varname>, however, has
|
||||
negative security implications. A better way to access MSDOS
|
||||
formatted media is to use the
|
||||
<ulink
|
||||
url="http://www.freebsd.org/cgi/ports.cgi?query=%5Emtools-&stype=name">mtools</ulink> package in the ports collection.</para>
|
||||
</answer>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.9 1999/09/06 07:22:24 peter Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.10 1999/09/19 11:32:06 wosch Exp $</pubdate>
|
||||
|
||||
<abstract><para> This is the FAQ for FreeBSD systems version 2.X All entries are
|
||||
assumed to be relevant to FreeBSD 2.0.5 and later, unless otherwise noted.
|
||||
|
@ -4582,7 +4582,9 @@ used to firewall off on-disk data.</para>
|
|||
|
||||
<screen>&prompt.user; <userinput>umount <filename>~/my-mount-point</filename></userinput></screen>
|
||||
|
||||
<para>Another way to access MSDOS formatted media is to use the
|
||||
<para>Enabling <varname>vfs.usermount</varname>, however, has
|
||||
negative security implications. A better way to access MSDOS
|
||||
formatted media is to use the
|
||||
<ulink
|
||||
url="http://www.freebsd.org/cgi/ports.cgi?query=%5Emtools-&stype=name">mtools</ulink> package in the ports collection.</para>
|
||||
</answer>
|
||||
|
|
Loading…
Reference in a new issue