xref: /OK3568_Linux_fs/buildroot/package/libapparmor/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBAPPARMOR
2*4882a593Smuzhiyun	bool "libapparmor"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  AppArmor is an effective and easy-to-use Linux application
8*4882a593Smuzhiyun	  security system. AppArmor proactively protects the operating
9*4882a593Smuzhiyun	  system and applications from external or internal threats,
10*4882a593Smuzhiyun	  even zero-day attacks, by enforcing good behavior and
11*4882a593Smuzhiyun	  preventing even unknown application flaws from being
12*4882a593Smuzhiyun	  exploited.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  This package installs only the library.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  http://wiki.apparmor.net
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuncomment "libapparmor needs a toolchain w/ headers >= 3.16, threads"
19*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
20*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS \
21*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16
22