diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 01:59:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 01:59:38 +0000 |
commit | ffba388bd1d973ce25f16006a5d1756426505bd5 (patch) | |
tree | b33cc5cf799995cdec9bac6dc69f15399a0fad65 /sbin/init | |
parent | 764df8940a5a4eefe07f7338715e949212a5f88f (diff) |
more pedantic description of secure levels on file flags; rickb@iaw.on.ca
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 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 |