diff options
author | 1997-03-26 01:59:37 +0000 | |
---|---|---|
committer | 1997-03-26 01:59:37 +0000 | |
commit | 3615b258acafcf9caae76e1f2510f34e382c08ac (patch) | |
tree | ac6ded90eb53188981ce918dd059ce1df70bbb6e | |
parent | deal with CD drives that indicate 2352 bytes per block... (diff) | |
download | wireguard-openbsd-3615b258acafcf9caae76e1f2510f34e382c08ac.tar.xz wireguard-openbsd-3615b258acafcf9caae76e1f2510f34e382c08ac.zip |
more pedantic description of secure levels on file flags; rickb@iaw.on.ca
-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 e1941f24e4d..ba5c9da6e52 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: init.8,v 1.5 1997/03/14 20:44:55 millert Exp $ +.\" $OpenBSD: init.8,v 1.6 1997/03/26 01:59:37 deraadt Exp $ .\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -95,10 +95,10 @@ Security levels are defined as follows: .It Ic -1 Permanently insecure mode \- always run system in level 0 mode. .It Ic 0 -Insecure mode \- immutable and append-only flags may be turned off. +Insecure mode \- immutable and append-only flags may changed. 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 \- system immutable and append-only flags may not be turned off; disks for mounted filesystems, .Pa /dev/mem , and |