diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-03-27 17:19:40 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-03-27 17:19:40 +0800 |
commit | 235724ebf1452858515266218ad1cf0e87079030 (patch) | |
tree | fd9833940a36e82d5c80f0fa3afd18a9fcd74d53 | |
parent | 25d092d84c71a344db6269ce44e8a1b77d8ae15c (diff) | |
download | meta-selinux-235724ebf1452858515266218ad1cf0e87079030.tar.gz |
sepolgen: Beautify the decription.
-rw-r--r-- | recipes-security/selinux/sepolgen_1.1.5.bb | 14 |
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 @@ | |||
1 | SUMMARY = "Python modules for supporting various SELinux utilities." | 1 | SUMMARY = "Python modules for supporting various SELinux utilities." |
2 | DESCRIPTION = "Python modules for supporting various SELinux utilities." | 2 | DESCRIPTION = "\ |
3 | This package contains a Python module that forms the core of the \ | ||
4 | modern audit2allow (which is a part of the package policycoreutils). \ | ||
5 | The sepolgen library is structured to give flexibility to the \ | ||
6 | application using it. The library contains: Reference Policy \ | ||
7 | Representation, which are Objects for representing policies and the \ | ||
8 | reference policy interfaces. Secondly, it has objects and algorithms \ | ||
9 | for representing access and sets of access in an abstract way and \ | ||
10 | searching that access. It also has a parser for reference policy \ | ||
11 | "headers". It contains infrastructure for parsing SELinux related \ | ||
12 | messages as produced by the audit system. It has facilities for \ | ||
13 | generating policy based on required access." | ||
14 | |||
3 | SECTION = "base" | 15 | SECTION = "base" |
4 | PR = "r1" | 16 | PR = "r1" |
5 | LICENSE = "LGPLv2+" | 17 | LICENSE = "LGPLv2+" |