From 3615b258acafcf9caae76e1f2510f34e382c08ac Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 26 Mar 1997 01:59:37 +0000 Subject: [PATCH] more pedantic description of secure levels on file flags; rickb@iaw.on.ca --- sbin/init/init.8 | 6 +++--- 1 file 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 -- 2.20.1