1config BR2_PACKAGE_HOST_CHECKPOLICY 2 bool "host checkpolicy" 3 help 4 checkpolicy is the SELinux policy compiler. It uses libsepol 5 to generate the binary policy. checkpolicy uses the static 6 libsepol since it deals with low level details of the policy 7 that have not been encapsulated/abstracted by a proper 8 shared library interface. 9 10 http://selinuxproject.org/page/Main_Page 11