summaryrefslogtreecommitdiffstats
path: root/rules/libsepol.in
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2013-01-07 08:13:50 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-02-05 18:54:16 +0100
commit47e54a383caaf689bcc928ce05398eb6c8b588ce (patch)
tree8f772e525fb2012fe95453451b4a459c051cdc85 /rules/libsepol.in
parentcc297c64bcfdac221cc2a3ee1e86984b5d24d456 (diff)
downloadptxdist-47e54a383caaf689bcc928ce05398eb6c8b588ce.tar.gz
ptxdist-47e54a383caaf689bcc928ce05398eb6c8b588ce.tar.xz
libsepol: add package
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/libsepol.in')
-rw-r--r--rules/libsepol.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/libsepol.in b/rules/libsepol.in
new file mode 100644
index 000000000..4ac087610
--- /dev/null
+++ b/rules/libsepol.in
@@ -0,0 +1,10 @@
+## SECTION=selinux
+
+config LIBSEPOL
+ tristate
+ prompt "libsepol"
+ help
+ libsepol provides an API for the manipulation of SELinux binary policies.
+ It is used by checkpolicy (the policy compiler) and similar tools, as well
+ as by programs like load_policy that need to perform specific transformations
+ on binary policies such as customizing policy boolean settings.