xref: /OK3568_Linux_fs/buildroot/package/cracklib/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_CRACKLIB
2	bool "cracklib"
3	help
4	  CrackLib tests passwords to determine whether they match
5	  certain security-oriented characteristics, with the purpose
6	  of stopping users from choosing passwords that are easy to
7	  guess. CrackLib performs several tests on passwords: it
8	  tries to generate words from a username and gecos entry and
9	  checks those words against the password; it checks for
10	  simplistic patterns in passwords; and it checks for the
11	  password in a dictionary.
12
13	  https://github.com/cracklib/cracklib
14
15if BR2_PACKAGE_CRACKLIB
16
17config BR2_PACKAGE_CRACKLIB_TOOLS
18	bool "install tools"
19	help
20	  Install cracklib command line tools for creating dicts.
21
22config BR2_PACKAGE_CRACKLIB_FULL_DICT
23	bool "full dict"
24	help
25	  Install the full cracklib dict (requires about 8Mb extra
26	  target space).
27
28endif
29