View | Details | Raw Unified | Return to bug 25537 | Differences between
and this patch

Collapse All | Expand All

(-)menus.c (-1 / +1 lines)
Lines 1609-1615 Link Here
1609
    "be \"appropriate\" values in that category for various\n"
1609
    "be \"appropriate\" values in that category for various\n"
1610
    "security-related knobs in /etc/rc.conf.",
1610
    "security-related knobs in /etc/rc.conf.",
1611
    "Select a canned security profile.",
1611
    "Select a canned security profile.",
1612
    NULL,
1612
    "secprofile",
1613
    { { "X Exit",	"Exit this menu (returning to previous)", NULL, configSecurityModerate },
1613
    { { "X Exit",	"Exit this menu (returning to previous)", NULL, configSecurityModerate },
1614
      { "Low",		"Fairly wide-open (little) security.", NULL, configSecurityLiberal },
1614
      { "Low",		"Fairly wide-open (little) security.", NULL, configSecurityLiberal },
1615
      { "Medium",	"Moderate security settings [DEFAULT].", NULL, configSecurityModerate },
1615
      { "Medium",	"Moderate security settings [DEFAULT].", NULL, configSecurityModerate },

Return to bug 25537