summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/config.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-12-21 19:51:44 +0000
committerrwatson <rwatson@FreeBSD.org>2001-12-21 19:51:44 +0000
commit6b6187c5ffb4f5c24ac294342ae4a149673ca0b2 (patch)
treec01661fb052794de2c587c28600965c0782e5727 /usr.sbin/sade/config.c
parent748fd602244c4f8e5a41d22992ce946e0de1ab0c (diff)
downloadFreeBSD-src-6b6187c5ffb4f5c24ac294342ae4a149673ca0b2.zip
FreeBSD-src-6b6187c5ffb4f5c24ac294342ae4a149673ca0b2.tar.gz
o Expand the text describing the Security options menu.
o Move nfs_reserved_port_only out of security profiles (where it was set somewhat improperly) to the Security options menu directly. Previously, the variable was set to true for Moderate, but not for Extreme, which is at best inconsistent. o Update the Security Profiles help file to remove reference to the NFS reserved port. o Note that the kernel currently defaults the sysctl to '0', but sysinstall has changed it to '1' as a default as of late; however, rc.conf sets the value to NO as the default. This change brings them relatively into sync. Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'usr.sbin/sade/config.c')
-rw-r--r--usr.sbin/sade/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index cf68adb..fcf0d03 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -532,7 +532,6 @@ configSecurityModerate(dialogMenuItem *self)
{
WINDOW *w = savescr();
- variable_set2("nfs_reserved_port_only", "YES", 1);
variable_set2("sendmail_enable", "YES", 1);
variable_set2("sshd_enable", "YES", 1);
variable_set2("kern_securelevel_enable", "NO", 1);
OpenPOWER on IntegriCloud