From owner-freebsd-hackers Fri Apr 25 13:43:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA10327 for hackers-outgoing; Fri, 25 Apr 1997 13:43:22 -0700 (PDT) Received: from phoenix.its.rpi.edu (dec@phoenix.its.rpi.edu [128.113.161.45]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA10322 for ; Fri, 25 Apr 1997 13:43:19 -0700 (PDT) Received: from localhost (dec@localhost) by phoenix.its.rpi.edu (8.8.5/8.8.5) with SMTP id QAA04032 for ; Fri, 25 Apr 1997 16:43:34 -0400 (EDT) Date: Fri, 25 Apr 1997 16:43:33 -0400 (EDT) From: "David E. Cross" To: freebsd-hackers@freebsd.org Subject: sysctl -A Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I was poking arround sysctl -A and noticed the following: kern.securelevel: -1 (this is under 2.2.1-RELEASE) I thought the kernel always ran at securelevel 1 when in multi-user (that is what init(8) implies). Am I missing something, including a clue? -- David Cross