diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2016-03-07 15:52:47 -0500 |
---|---|---|
committer | Philip Tricca <flihp@twobit.us> | 2016-03-17 02:34:05 +0000 |
commit | 12be51e1b9ed35af8959dd5e2f9f93e432f5cf8e (patch) | |
tree | 96130626a6243ed51b3ae75264766378a316f0c6 | |
parent | d881686c3c997638544dfe08891ba6e7f39297fc (diff) | |
download | meta-selinux-12be51e1b9ed35af8959dd5e2f9f93e432f5cf8e.tar.gz |
secilc: Add recipe
SELinux Common Intermediate Language (CIL) policy compiler
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Philip Tricca <flihp@twobit.us>
-rw-r--r-- | recipes-security/selinux/secilc.inc | 11 | ||||
-rw-r--r-- | recipes-security/selinux/secilc_2.5.bb | 7 |
2 files changed, 18 insertions, 0 deletions
diff --git a/recipes-security/selinux/secilc.inc b/recipes-security/selinux/secilc.inc new file mode 100644 index 0000000..e263f11 --- /dev/null +++ b/recipes-security/selinux/secilc.inc | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "SELinux Common Intermediate Language (CIL) compiler" | ||
2 | DESCRIPTION = "\ | ||
3 | This package contains secilc, the SELinux Common Intermediate \ | ||
4 | Language (CIL) compiler." | ||
5 | |||
6 | SECTION = "base" | ||
7 | LICENSE = "BSD" | ||
8 | |||
9 | DEPENDS += "libsepol xmlto-native" | ||
10 | |||
11 | BBCLASSEXTEND = "native" | ||
diff --git a/recipes-security/selinux/secilc_2.5.bb b/recipes-security/selinux/secilc_2.5.bb new file mode 100644 index 0000000..56e0086 --- /dev/null +++ b/recipes-security/selinux/secilc_2.5.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | include selinux_20160223.inc | ||
2 | include ${BPN}.inc | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fb82e8deb357d4e5fd8f3fed01d2f38" | ||
5 | |||
6 | SRC_URI[md5sum] = "af73267cccd0e46cb455d5702565cd41" | ||
7 | SRC_URI[sha256sum] = "4303d911c06ee5c207e00f778ca786c1a6efa2554a562f5d014dbc0d2f4cc4a4" | ||