diff options
Diffstat (limited to 'package/semodule-utils/Config.in')
-rw-r--r-- | package/semodule-utils/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/semodule-utils/Config.in b/package/semodule-utils/Config.in new file mode 100644 index 0000000000..d9cb928c4c --- /dev/null +++ b/package/semodule-utils/Config.in @@ -0,0 +1,15 @@ +config BR2_PACKAGE_SEMODULE_UTILS + bool "semodule-utils" + select BR2_PACKAGE_LIBSEPOL + help + semodule-utils is a package that contains tools for handling + selinux modules. + + The package will install the following utilities: + * semodule_deps - Show the dependencies between SELinux + policy packages. + * semodule_expand - Expand a SELinux policy module package. + * semodule_link - Link SELinux policy module packages together + * semodule_package - Create a SELinux policy module package. + + https://github.com/SELinuxProject/selinux/wiki/Releases |