Config.in.host 560 B

1234567891011121314
  1. config BR2_PACKAGE_HOST_CHECKPOLICY
  2. bool "host checkpolicy"
  3. depends on BR2_HOST_GCC_AT_LEAST_5 # host-libselinux -> host-libsepol
  4. help
  5. checkpolicy is the SELinux policy compiler. It uses libsepol
  6. to generate the binary policy. checkpolicy uses the static
  7. libsepol since it deals with low level details of the policy
  8. that have not been encapsulated/abstracted by a proper
  9. shared library interface.
  10. http://selinuxproject.org/page/Main_Page
  11. comment "host checkpolicy needs a toolchain w/ host gcc >= 5"
  12. depends on !BR2_HOST_GCC_AT_LEAST_5