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