xref: /OK3568_Linux_fs/buildroot/package/libmodsecurity/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBMODSECURITY
2*4882a593Smuzhiyun	bool "libmodsecurity"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	select BR2_PACKAGE_PCRE
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Libmodsecurity is one component of the ModSecurity
8*4882a593Smuzhiyun	  v3 project. The library codebase serves as an
9*4882a593Smuzhiyun	  interface to ModSecurity Connectors taking in web
10*4882a593Smuzhiyun	  traffic and applying traditional ModSecurity
11*4882a593Smuzhiyun	  processing. In general, it provides the capability
12*4882a593Smuzhiyun	  to load/interpret rules written in the ModSecurity
13*4882a593Smuzhiyun	  SecRules format and apply them to HTTP content
14*4882a593Smuzhiyun	  provided by your application via Connectors.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  https://github.com/SpiderLabs/ModSecurity
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuncomment "libmodsecurity needs a toolchain w/ C++, threads"
19*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
20