cvs commit: src/usr.sbin/sysinstall config.c install.c menus.c
sysinstall.h src/usr.sbin/sysinstall/help security.hlp
Robert Watson
rwatson at FreeBSD.org
Fri Nov 28 10:47:47 PST 2003
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
More information about the cvs-src
mailing list