Date: Fri, 28 Nov 2003 10:47:45 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c install.c menus.c sysinstall.h src/usr.sbin/sysinstall/help security.hlp Message-ID: <200311281847.hASIlj7g034773@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311281847.hASIlj7g034773>