From 6b6187c5ffb4f5c24ac294342ae4a149673ca0b2 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 21 Dec 2001 19:51:44 +0000 Subject: 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 --- usr.sbin/sade/config.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/sade/config.c') 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); -- cgit v1.1