summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-03-13 13:50:42 +0800
committerJoe MacDonald <joe@deserted.net>2021-03-17 09:39:50 -0400
commitf1cbb574f1e98a6f5779b70f1b37eedaaa2afec3 (patch)
treec12913b0fa8170b2306a2ed7a6d94078397d5ae5
parentab2fb5fea2582ea658b287f2249e1f91cefbf458 (diff)
downloadmeta-selinux-f1cbb574f1e98a6f5779b70f1b37eedaaa2afec3.tar.gz
selinux-sandbox: update to 3.2
Merge inc file into bb file. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/selinux/selinux-sandbox_3.1.bb7
-rw-r--r--recipes-security/selinux/selinux-sandbox_3.2.bb (renamed from recipes-security/selinux/selinux-sandbox.inc)9
2 files changed, 6 insertions, 10 deletions
diff --git a/recipes-security/selinux/selinux-sandbox_3.1.bb b/recipes-security/selinux/selinux-sandbox_3.1.bb
deleted file mode 100644
index 8a95044..0000000
--- a/recipes-security/selinux/selinux-sandbox_3.1.bb
+++ /dev/null
@@ -1,7 +0,0 @@
1require selinux_20200710.inc
2require ${BPN}.inc
3
4LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
5
6SRC_URI[md5sum] = "d38fda12b028c06f751be9c25e309c6b"
7SRC_URI[sha256sum] = "c79b958e2f64570a59e60638fd13c15fd77c7c2bbac31c7ad4afb03718432b84"
diff --git a/recipes-security/selinux/selinux-sandbox.inc b/recipes-security/selinux/selinux-sandbox_3.2.bb
index c8e335a..2c6a823 100644
--- a/recipes-security/selinux/selinux-sandbox.inc
+++ b/recipes-security/selinux/selinux-sandbox_3.2.bb
@@ -3,12 +3,15 @@ DESCRIPTION = "\
3Run application within a tightly confined SELinux domain. The default \ 3Run application within a tightly confined SELinux domain. The default \
4sandbox domain only allows applications the ability to read and write \ 4sandbox domain only allows applications the ability to read and write \
5stdin, stdout and any other file descriptors handed to it." 5stdin, stdout and any other file descriptors handed to it."
6
7SECTION = "base" 6SECTION = "base"
8LICENSE = "GPLv2+" 7LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
9 9
10SRC_URI += "file://sandbox-de-bashify.patch \ 10require selinux_common.inc
11" 11
12SRC_URI += "file://sandbox-de-bashify.patch"
13
14S = "${WORKDIR}/git/sandbox"
12 15
13DEPENDS += "libcap-ng libselinux" 16DEPENDS += "libcap-ng libselinux"
14 17