Add another advantage of creating multiple filesystems.
PR: docs/52829 Submitted by: Brian Minard <bminard@flatfoot.ca>
This commit is contained in:
parent
f791325b90
commit
bf3600d55e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17187
1 changed files with 7 additions and 1 deletions
|
@ -1747,7 +1747,13 @@ Mounting root from ufs:/dev/md0c
|
|||
<para>Different filesystems can have different <firstterm>mount
|
||||
options</firstterm>. For example, with careful planning, the
|
||||
root filesystem can be mounted read-only, making it impossible for
|
||||
you to inadvertently delete or edit a critical file.</para>
|
||||
you to inadvertently delete or edit a critical file. Separating
|
||||
user-writable filesystems, such as <filename>/home</filename>,
|
||||
from other filesystems also allows them to be mounted
|
||||
<firstterm>nosuid</firstterm>; this option prevents the
|
||||
<firstterm>suid</firstterm>/<firstterm>guid</firstterm> bits on
|
||||
executables stored on the filesystem from taking effect, possibly
|
||||
improving security.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue