xref: /OK3568_Linux_fs/buildroot/package/checkpolicy/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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