summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-08-10 23:57:43 +0000
committerrwatson <rwatson@FreeBSD.org>2001-08-10 23:57:43 +0000
commit5dc8929a4df9432ed9fce8866220f39176df199d (patch)
tree3bc6c70dbda13e78bbdb414531ec82577d9fb1b0 /usr.sbin/sysinstall/sysinstall.h
parente1cf3a47437c4deaa5cf65bf38a73b29bcbf00c6 (diff)
downloadFreeBSD-src-5dc8929a4df9432ed9fce8866220f39176df199d.zip
FreeBSD-src-5dc8929a4df9432ed9fce8866220f39176df199d.tar.gz
o Reduce the number of offered security profiles, as we now have a more
conservative default, and actually prompt specifically for inetd rather than handling it as a side effect of the security profile. Update the help file to reflect this change. o Rename "Fascist" to "Extreme" in the source code, to match the names presented to the user. o Remove portmap and inetd from profile management. Portmap is now disabled by default, but automatically turned on if a feature requires it (such as NFS, etc). This is an MFC candidate for 4.4-RELEASE. Reviewed by: freebsd-arch@FreeBSD.org Approved by: re@FreeBSD.org MFC after: 2 days
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 79371e3..b473ab6 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -451,10 +451,8 @@ extern int configInetd(dialogMenuItem *self);
extern int configNFSServer(dialogMenuItem *self);
extern int configWriteRC_conf(dialogMenuItem *self);
extern int configSecurityProfile(dialogMenuItem *self);
-extern int configSecurityFascist(dialogMenuItem *self);
-extern int configSecurityHigh(dialogMenuItem *self);
+extern int configSecurityExtreme(dialogMenuItem *self);
extern int configSecurityModerate(dialogMenuItem *self);
-extern int configSecurityLiberal(dialogMenuItem *self);
extern int configEtcTtys(dialogMenuItem *self);
/* crc.c */
OpenPOWER on IntegriCloud