1config 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 11 http://selinuxproject.org/page/Main_Page 12 13comment "host checkpolicy needs a toolchain w/ host gcc >= 5" 14 depends on !BR2_HOST_GCC_AT_LEAST_5 15