diff options
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r-- | loginutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 3628c49..56778b2 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in @@ -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 |