From owner-cvs-all Sat Feb 9 17:34: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B4CD37B41A; Sat, 9 Feb 2002 17:34:05 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1A1Y5M10342; Sat, 9 Feb 2002 17:34:05 -0800 (PST) (envelope-from rwatson) Message-Id: <200202100134.g1A1Y5M10342@freefall.freebsd.org> From: Robert Watson Date: Sat, 9 Feb 2002 17:34:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/02/09 17:34:05 PST Modified files: usr.sbin/sysinstall config.c Log: o No longer mount /proc by default on newly installed systems. Almost all facilities that previously relied on /proc have been rewritten to use ptrace(). procfs has presented a substantial security hazard for years, with several user->root compromises in the last few years. Procfs will continue to be available but will require administrator intervention to use. Reviewed by: scottl, jedgar, mike, tmm Revision Changes Path 1.199 +0 -4 src/usr.sbin/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message