diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-03-27 17:17:13 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-03-27 17:17:13 +0800 |
commit | 25d092d84c71a344db6269ce44e8a1b77d8ae15c (patch) | |
tree | 08bf66c692cde0ec4ca160343f5f0cdfa048ad5f | |
parent | e0b33c7a7ccdb067439bc830bcb6d4ef0b280a98 (diff) | |
download | meta-selinux-25d092d84c71a344db6269ce44e8a1b77d8ae15c.tar.gz |
checkpolicy: Beautify the decription.
-rw-r--r-- | recipes-security/selinux/checkpolicy_2.1.8.bb | 8 |
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 @@ | |||
1 | SUMMARY = "SELinux policy compiler" | 1 | SUMMARY = "SELinux policy compiler" |
2 | DESCRIPTION = "SELinux policy compiler" | 2 | DESCRIPTION = "\ |
3 | This package contains checkpolicy, the SELinux policy compiler. Only \ | ||
4 | required for building policies. It uses libsepol to generate the \ | ||
5 | binary policy. checkpolicy uses the static libsepol since it deals \ | ||
6 | with low level details of the policy that have not been \ | ||
7 | encapsulated/abstracted by a proper shared library interface." | ||
8 | |||
3 | SECTION = "base" | 9 | SECTION = "base" |
4 | PR = "r1" | 10 | PR = "r1" |
5 | LICENSE = "GPLv2+" | 11 | LICENSE = "GPLv2+" |