diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2016-03-07 15:52:40 -0500 |
---|---|---|
committer | Philip Tricca <flihp@twobit.us> | 2016-03-17 02:21:15 +0000 |
commit | ea53f99e6efc725f81fef3d043873d1bbb50c7d3 (patch) | |
tree | fe4aac547b49072ce5bbc40289a3e8ec5c65c473 | |
parent | e93d2e8bac96949fd37d4ae89fbaf5a67d371f77 (diff) | |
download | meta-selinux-ea53f99e6efc725f81fef3d043873d1bbb50c7d3.tar.gz |
Add include file for the 20160223 SELinux userspace release.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Philip Tricca <flihp@twobit.us>
-rw-r--r-- | recipes-security/selinux/selinux_20160223.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-security/selinux/selinux_20160223.inc b/recipes-security/selinux/selinux_20160223.inc new file mode 100644 index 0000000..4c1ef6b --- /dev/null +++ b/recipes-security/selinux/selinux_20160223.inc | |||
@@ -0,0 +1,5 @@ | |||
1 | SELINUX_RELEASE = "20160223" | ||
2 | |||
3 | SRC_URI = "https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz" | ||
4 | |||
5 | include selinux_common.inc | ||