summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-03-27 17:19:40 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-03-27 17:19:40 +0800
commit235724ebf1452858515266218ad1cf0e87079030 (patch)
treefd9833940a36e82d5c80f0fa3afd18a9fcd74d53
parent25d092d84c71a344db6269ce44e8a1b77d8ae15c (diff)
downloadmeta-selinux-235724ebf1452858515266218ad1cf0e87079030.tar.gz
sepolgen: Beautify the decription.
-rw-r--r--recipes-security/selinux/sepolgen_1.1.5.bb14
1 files changed, 13 insertions, 1 deletions
diff --git a/recipes-security/selinux/sepolgen_1.1.5.bb b/recipes-security/selinux/sepolgen_1.1.5.bb
index 36246a9..318a57c 100644
--- a/recipes-security/selinux/sepolgen_1.1.5.bb
+++ b/recipes-security/selinux/sepolgen_1.1.5.bb
@@ -1,5 +1,17 @@
1SUMMARY = "Python modules for supporting various SELinux utilities." 1SUMMARY = "Python modules for supporting various SELinux utilities."
2DESCRIPTION = "Python modules for supporting various SELinux utilities." 2DESCRIPTION = "\
3This package contains a Python module that forms the core of the \
4modern audit2allow (which is a part of the package policycoreutils). \
5The sepolgen library is structured to give flexibility to the \
6application using it. The library contains: Reference Policy \
7Representation, which are Objects for representing policies and the \
8reference policy interfaces. Secondly, it has objects and algorithms \
9for representing access and sets of access in an abstract way and \
10searching that access. It also has a parser for reference policy \
11"headers". It contains infrastructure for parsing SELinux related \
12messages as produced by the audit system. It has facilities for \
13generating policy based on required access."
14
3SECTION = "base" 15SECTION = "base"
4PR = "r1" 16PR = "r1"
5LICENSE = "LGPLv2+" 17LICENSE = "LGPLv2+"