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