From owner-cvs-all Sun Aug 12 13:59:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57AEE37B410; Sun, 12 Aug 2001 13:59:14 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CKxEp83152; Sun, 12 Aug 2001 13:59:14 -0700 (PDT) (envelope-from rwatson) Message-Id: <200108122059.f7CKxEp83152@freefall.freebsd.org> From: Robert Watson Date: Sun, 12 Aug 2001 13:59:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c menus.c sysinstall.h src/release/sysinstall/help security.hlp X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/08/12 13:59:14 PDT Modified files: (Branch: RELENG_4) release/sysinstall config.c menus.c sysinstall.h release/sysinstall/help security.hlp Log: MFC of reduced security profiles due to recent modifications to sysinstall. Original commit message: 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). Revision Changes Path 1.189 +13 -74 src/usr.sbin/sysinstall/config.c 1.315 +2 -4 src/usr.sbin/sysinstall/menus.c 1.213 +2 -4 src/usr.sbin/sysinstall/sysinstall.h 1.3 +8 -13 src/usr.sbin/sysinstall/help/security.hlp Reviewed by: freehsd-arch@FreeBSD.org, freebsd-stable@FreeBSD.org Approved by: re@FreeBSD.org Revision Changes Path 1.156.2.20 +13 -73 src/release/sysinstall/Attic/config.c 1.252.2.44 +2 -4 src/release/sysinstall/Attic/menus.c 1.186.2.22 +2 -4 src/release/sysinstall/Attic/sysinstall.h 1.1.2.3 +8 -13 src/release/sysinstall/help/Attic/security.hlp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message