summaryrefslogtreecommitdiffstats
path: root/rules/libsemanage.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libsemanage.in')
-rw-r--r--rules/libsemanage.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/libsemanage.in b/rules/libsemanage.in
new file mode 100644
index 000000000..cf1e98ad3
--- /dev/null
+++ b/rules/libsemanage.in
@@ -0,0 +1,14 @@
+## SECTION=selinux
+
+config LIBSEMANAGE
+ tristate
+ prompt "libsemanage"
+ select BZIP2
+ select BZIP2_LIBBZ2
+ select LIBSEPOL
+ select LIBSELINUX
+ select USTR
+ help
+ This package provides the shared libraries for SELinux policy management.
+ It uses libsepol for binary policy manipulation and libselinux for
+ interacting with the SELinux system.