summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-03-27 17:17:13 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-03-27 17:17:13 +0800
commit25d092d84c71a344db6269ce44e8a1b77d8ae15c (patch)
tree08bf66c692cde0ec4ca160343f5f0cdfa048ad5f
parente0b33c7a7ccdb067439bc830bcb6d4ef0b280a98 (diff)
downloadmeta-selinux-25d092d84c71a344db6269ce44e8a1b77d8ae15c.tar.gz
checkpolicy: Beautify the decription.
-rw-r--r--recipes-security/selinux/checkpolicy_2.1.8.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-security/selinux/checkpolicy_2.1.8.bb b/recipes-security/selinux/checkpolicy_2.1.8.bb
index f057855..95185fe 100644
--- a/recipes-security/selinux/checkpolicy_2.1.8.bb
+++ b/recipes-security/selinux/checkpolicy_2.1.8.bb
@@ -1,5 +1,11 @@
1SUMMARY = "SELinux policy compiler" 1SUMMARY = "SELinux policy compiler"
2DESCRIPTION = "SELinux policy compiler" 2DESCRIPTION = "\
3This package contains checkpolicy, the SELinux policy compiler. Only \
4required for building policies. It uses libsepol to generate the \
5binary policy. checkpolicy uses the static libsepol since it deals \
6with low level details of the policy that have not been \
7encapsulated/abstracted by a proper shared library interface."
8
3SECTION = "base" 9SECTION = "base"
4PR = "r1" 10PR = "r1"
5LICENSE = "GPLv2+" 11LICENSE = "GPLv2+"