Add/improve comment, shorten some usage texts. No code changes.
[oweals/busybox.git] / loginutils / Config.in
index f434585efa00f31440838004dca435da53d75efd..03a638c002288c51160518346ad20704d7676968 100644 (file)
@@ -117,7 +117,7 @@ config LOGIN_SCRIPTS
        default n
        help
          Enable this if you want login to execute $LOGIN_PRE_SUID_SCRIPT
-         just prior to swithching from root to logged-in user.
+         just prior to switching from root to logged-in user.
 
 config FEATURE_SECURETTY
        bool "Support for /etc/securetty"
@@ -142,6 +142,13 @@ config PASSWD
          Note that Busybox binary must be setuid root for this applet to
          work properly.
 
+config FEATURE_PASSWD_WEAK_CHECK
+       bool "Check new passwords for weakness"
+       default y
+       depends on PASSWD
+       help
+         With this option passwd will refuse new passwords which are "weak".
+
 config SU
        bool "su"
        default n
@@ -154,12 +161,15 @@ config SU
          Note that Busybox binary must be setuid root for this applet to
          work properly.
 
-config SU_SYSLOG
-       bool "Support for syslog in su"
+config FEATURE_SU_SYSLOG
+       bool "Enable su to write to syslog"
        default y
        depends on SU
-       help
-         Enables support for syslog in su.
+
+config FEATURE_SU_CHECKS_SHELLS
+       bool "Enable su to check user's shell to be listed in /etc/shells"
+       depends on SU
+       default y
 
 config SULOGIN
        bool "sulogin"