xref: /OK3568_Linux_fs/buildroot/package/semodule-utils/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_SEMODULE_UTILS
2*4882a593Smuzhiyun	bool "semodule-utils"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libsepol
4*4882a593Smuzhiyun	select BR2_PACKAGE_LIBSEPOL
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  semodule-utils is a package that contains tools for handling
7*4882a593Smuzhiyun	  selinux modules.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  The package will install the following utilities:
10*4882a593Smuzhiyun	  * semodule_deps - Show the dependencies between SELinux
11*4882a593Smuzhiyun	    policy packages.
12*4882a593Smuzhiyun	  * semodule_expand - Expand a SELinux policy module package.
13*4882a593Smuzhiyun	  * semodule_link - Link SELinux policy module packages together
14*4882a593Smuzhiyun	  * semodule_package - Create a SELinux policy module package.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  https://github.com/SELinuxProject/selinux/wiki/Releases
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuncomment "semodule-utils needs a toolchain w/ threads"
19*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
20