Config.in 768 B

12345678910111213141516171819
  1. config BR2_PACKAGE_LIBSELINUX
  2. bool "libselinux"
  3. select BR2_PACKAGE_LIBSEPOL
  4. select BR2_PACKAGE_PCRE
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. depends on !BR2_STATIC_LIBS
  7. help
  8. libselinux is the runtime SELinux library that provides
  9. interfaces (e.g. library functions for the SELinux kernel
  10. APIs like getcon(), other support functions like
  11. getseuserbyname()) to SELinux-aware applications. libselinux
  12. may use the shared libsepol to manipulate the binary policy
  13. if necessary (e.g. to downgrade the policy format to an
  14. older version supported by the kernel) when loading policy.
  15. http://selinuxproject.org/page/Main_Page
  16. comment "libselinux needs a toolchain w/ threads, dynamic library"
  17. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS