diff options
author | mpp <mpp@FreeBSD.org> | 1997-04-01 20:41:04 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-04-01 20:41:04 +0000 |
commit | 4b08ee0ed3858ad5f3ecc94f79c72e6678dbdff5 (patch) | |
tree | 0f92a0c364fa32e89a483f52c78937f920c7815b /sbin | |
parent | 4c5376055867dcc7bd19a88b1ea8b1a729cdba95 (diff) | |
download | FreeBSD-src-4b08ee0ed3858ad5f3ecc94f79c72e6678dbdff5.zip FreeBSD-src-4b08ee0ed3858ad5f3ecc94f79c72e6678dbdff5.tar.gz |
Be more specific as to which flags may not be turned off when the
system is running in secure mode.
Obtained from: NetBSD PR# 3299
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/init/init.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 63dc455..0591d9d 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)init.8 8.3 (Berkeley) 4/18/94 -.\" $Id$ +.\" $Id: init.8,v 1.8 1997/02/22 14:32:34 peter Exp $ .\" .Dd April 18, 1994 .Dt INIT 8 @@ -96,7 +96,8 @@ Permanently insecure mode \- always run the system in level 0 mode. Insecure mode \- immutable and append-only flags may be turned off. All devices may be read or written subject to their permissions. .It Ic 1 -Secure mode \- immutable and append-only flags may not be changed; +Secure mode \- the system immutable and system append-only flags may not +be turned off; disks for mounted filesystems, .Pa /dev/mem , and |