summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/sade.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-11-28 18:47:45 +0000
committerrwatson <rwatson@FreeBSD.org>2003-11-28 18:47:45 +0000
commite983c8d12df02353a044c03cba700a236381ae1f (patch)
tree7438a7ba82574b8c95f31336320c09863c426e53 /usr.sbin/sade/sade.h
parent769360c4407229ea650d8944b6bdd883adcdf365 (diff)
downloadFreeBSD-src-e983c8d12df02353a044c03cba700a236381ae1f.zip
FreeBSD-src-e983c8d12df02353a044c03cba700a236381ae1f.tar.gz
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)
Diffstat (limited to 'usr.sbin/sade/sade.h')
-rw-r--r--usr.sbin/sade/sade.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sade/sade.h b/usr.sbin/sade/sade.h
index 14fbc74..9ba8336 100644
--- a/usr.sbin/sade/sade.h
+++ b/usr.sbin/sade/sade.h
@@ -452,7 +452,6 @@ extern DMenu MenuMediaTape; /* Tape media menu */
extern DMenu MenuNetworkDevice; /* Network device menu */
extern DMenu MenuNTP; /* NTP time server menu */
extern DMenu MenuSecurity; /* System security options menu */
-extern DMenu MenuSecurityProfile; /* Security profile menu */
extern DMenu MenuStartup; /* Startup services menu */
#ifdef WITH_SYSCONS
extern DMenu MenuSyscons; /* System console configuration menu */
@@ -532,9 +531,6 @@ extern int configMTAPostfix(dialogMenuItem *self);
extern int configMTAExim(dialogMenuItem *self);
extern int configRpcBind(dialogMenuItem *self);
extern int configWriteRC_conf(dialogMenuItem *self);
-extern int configSecurityProfile(dialogMenuItem *self);
-extern int configSecurityExtreme(dialogMenuItem *self);
-extern int configSecurityModerate(dialogMenuItem *self);
extern int configEtcTtys(dialogMenuItem *self);
#ifdef __i386__
extern int checkLoaderACPI(void);
OpenPOWER on IntegriCloud