Date: Sat, 29 Nov 2003 13:44:52 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.h src/usr.sbin/sysinstall/help securelevel.hlp Message-ID: <200311292144.hATLiqV1054934@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/11/29 13:44:51 PST FreeBSD src repository Modified files: usr.sbin/sysinstall config.c menus.c sysinstall.h Added files: usr.sbin/sysinstall/help securelevel.hlp Log: Add a Securelevel sub-menu to the Security configuration menu, permitting the administrator to select a securelevel top operate at. Include a helpfile summarizing some of the information from init(8). This allows for explicit configuration of securelevels, which was previously implicit in Security Profile selection. Currently, there are no checkboxes for the active securelevel, because sysinstall's facilities for deriving "current settings" from rc.conf may use only one variable, not two, and I opted for the simplest approach at this point. Approved by: re (scottl) Revision Changes Path 1.218 +46 -0 src/usr.sbin/sysinstall/config.c 1.1 +36 -0 src/usr.sbin/sysinstall/help/securelevel.hlp (new) 1.384 +24 -0 src/usr.sbin/sysinstall/menus.c 1.254 +7 -0 src/usr.sbin/sysinstall/sysinstall.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311292144.hATLiqV1054934>