From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 28 10:30:18 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF16337B401 for ; Sat, 28 Jun 2003 10:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B7443FCB for ; Sat, 28 Jun 2003 10:30:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5SHUHUp098562 for ; Sat, 28 Jun 2003 10:30:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5SHUHgO098561; Sat, 28 Jun 2003 10:30:17 -0700 (PDT) Date: Sat, 28 Jun 2003 10:30:17 -0700 (PDT) Message-Id: <200306281730.h5SHUHgO098561@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Joshua Oreman Subject: Re: kern/52454: [PATCH] let init change securelevel to -1 for single-user mode X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joshua Oreman List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 17:30:19 -0000 The following reply was made to PR kern/52454; it has been noted by GNATS. From: Joshua Oreman To: bug-followup@freebsd.org Cc: Subject: Re: kern/52454: [PATCH] let init change securelevel to -1 for single-user mode Date: Sat, 28 Jun 2003 10:29:25 -0700 On Mon, May 19, 2003 at 10:27:52PM -0400 or thereabouts, Garrett Wollman wrote: > < said: > > > the rule. The patch adds that functionality to FreeBSD. > > This was intentionally removed from FreeBSD. See rev. 1.36 of init.c. If you look more closely at the PR, you'll see there's a kernel patch in there too :-) -- Josh > > -GAWollman