From 235724ebf1452858515266218ad1cf0e87079030 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Tue, 27 Mar 2012 17:19:40 +0800 Subject: sepolgen: Beautify the decription. --- recipes-security/selinux/sepolgen_1.1.5.bb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 @@ SUMMARY = "Python modules for supporting various SELinux utilities." -DESCRIPTION = "Python modules for supporting various SELinux utilities." +DESCRIPTION = "\ +This package contains a Python module that forms the core of the \ +modern audit2allow (which is a part of the package policycoreutils). \ +The sepolgen library is structured to give flexibility to the \ +application using it. The library contains: Reference Policy \ +Representation, which are Objects for representing policies and the \ +reference policy interfaces. Secondly, it has objects and algorithms \ +for representing access and sets of access in an abstract way and \ +searching that access. It also has a parser for reference policy \ +"headers". It contains infrastructure for parsing SELinux related \ +messages as produced by the audit system. It has facilities for \ +generating policy based on required access." + SECTION = "base" PR = "r1" LICENSE = "LGPLv2+" -- cgit v1.2.3-54-g00ecf