Config.in 757 B

123456789101112131415161718192021
  1. config 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. This package installs only the library.
  14. http://wiki.apparmor.net
  15. comment "libapparmor needs a toolchain w/ headers >= 3.16, threads"
  16. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  17. depends on !BR2_TOOLCHAIN_HAS_THREADS \
  18. || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16