diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
| commit | ce66ddb76352a2e5f34aacdbe7733d92e60aff17 (patch) | |
| tree | b5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/init | |
| parent | 7d971bbf29d32d2a93e71f178b5e6aa0c544df1c (diff) | |
Notes
Diffstat (limited to 'sbin/init')
| -rw-r--r-- | sbin/init/init.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index d1622c76d2d9..029840cb34d9 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -105,7 +105,7 @@ All devices may be read or written subject to their permissions. .It Ic 1 Secure mode \- the system immutable and system append-only flags may not be turned off; -disks for mounted filesystems, +disks for mounted file systems, .Pa /dev/mem , and .Pa /dev/kmem @@ -118,7 +118,7 @@ Highly secure mode \- same as secure mode, plus disks may not be opened for writing (except by .Xr mount 2 ) whether mounted or not. -This level precludes tampering with filesystems by unmounting them, +This level precludes tampering with file systems by unmounting them, but also inhibits running .Xr newfs 8 while the system is multi-user. @@ -398,7 +398,7 @@ behave as though they have security level \-1. Setting the security level above 1 too early in the boot sequence can prevent .Xr fsck 8 -from repairing inconsistent filesystems. The +from repairing inconsistent file systems. The preferred location to set the security level is at the end of .Pa /etc/rc after all multi-user startup actions are complete. |
