summaryrefslogtreecommitdiffstats
path: root/rules/libsemanage.in
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2013-01-07 08:15:38 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-02-05 18:54:16 +0100
commitc2ec22a6fee97e829c09d7b5e8562f0e730b8b60 (patch)
tree799d1069c866593a50be49e0f7eda00b20851ed7 /rules/libsemanage.in
parentdf71fe315fa84a21b32de462a50bd4bf9a86fce9 (diff)
downloadptxdist-c2ec22a6fee97e829c09d7b5e8562f0e730b8b60.tar.gz
ptxdist-c2ec22a6fee97e829c09d7b5e8562f0e730b8b60.tar.xz
libsemanage: add package
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
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.