From owner-freebsd-questions@FreeBSD.ORG Thu Feb 1 20:26:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F318A16A408 for ; Thu, 1 Feb 2007 20:26:00 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by mx1.freebsd.org (Postfix) with ESMTP id B956613C48E for ; Thu, 1 Feb 2007 20:26:00 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.13.3/8.13.3) with ESMTP id l11KQ0Ia013574 for ; Thu, 1 Feb 2007 14:26:00 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200702012026.l11KQ0Ia013574@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13571.1170361560.1@dc.cis.okstate.edu> Date: Thu, 01 Feb 2007 14:26:00 -0600 From: Martin McCormick Subject: Re: What Happens When /proc is not Mounted in FreeBSD5.4? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2007 20:26:01 -0000 Kris Kennaway writes: > As you have found, proc is almost entirely unused in FreeBSD apart > from one or two debugging facilities, and in fact not recommended on > multi-user systems because the long history of security > vulnerabilities. Thanks to you and Fabian Keil for your succinct answers. I took it back off and commented out the line I added to /etc/fstab so it can be brought back temporarily when needed but isn't just sitting there waiting for lightning to strike. Martin McCormick