From owner-cvs-all@FreeBSD.ORG Fri Nov 28 10:47:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E7316A4CE; Fri, 28 Nov 2003 10:47:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC56C43F3F; Fri, 28 Nov 2003 10:47:45 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hASIljXJ034774; Fri, 28 Nov 2003 10:47:45 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hASIlj7g034773; Fri, 28 Nov 2003 10:47:45 -0800 (PST) (envelope-from rwatson) Message-Id: <200311281847.hASIlj7g034773@repoman.freebsd.org> From: Robert Watson Date: Fri, 28 Nov 2003 10:47:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall config.c install.c menus.c sysinstall.h src/usr.sbin/sysinstall/help security.hlp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 18:47:47 -0000 rwatson 2003/11/28 10:47:45 PST FreeBSD src repository Modified files: usr.sbin/sysinstall config.c install.c menus.c sysinstall.h Removed files: usr.sbin/sysinstall/help security.hlp Log: Remove security profiles from sysinstall. Currently, security profile selection is used to drive two configuration parameters: (1) Default enable/disable for sshd (2) Default enable/disable for securelevels Replace this with an explicit choice to enable/disable sshd. A follow-up commit will add a configuration option to the Security post-install configuration menu to set the securelevel in rc.conf explicitly. This should reduce the level of foot-shooting associated with accidental enabling of securelevels, make the nature and implications of the securelevel configuration options more explicit, as well as make the choice to enable/disable sshd more explicit. Approved by: re (scottl) Revision Changes Path 1.217 +0 -57 src/usr.sbin/sysinstall/config.c 1.5 +0 -10 src/usr.sbin/sysinstall/help/security.hlp (dead) 1.349 +4 -11 src/usr.sbin/sysinstall/install.c 1.383 +1 -17 src/usr.sbin/sysinstall/menus.c 1.253 +0 -4 src/usr.sbin/sysinstall/sysinstall.h