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>
This commit is contained in:
Yi Zhao 2021-03-13 13:50:42 +08:00 committed by Joe MacDonald
parent ab2fb5fea2
commit f1cbb574f1
2 changed files with 6 additions and 10 deletions

View File

@ -1,7 +0,0 @@
require selinux_20200710.inc
require ${BPN}.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
SRC_URI[md5sum] = "d38fda12b028c06f751be9c25e309c6b"
SRC_URI[sha256sum] = "c79b958e2f64570a59e60638fd13c15fd77c7c2bbac31c7ad4afb03718432b84"

View File

@ -3,12 +3,15 @@ DESCRIPTION = "\
Run application within a tightly confined SELinux domain. The default \
sandbox domain only allows applications the ability to read and write \
stdin, stdout and any other file descriptors handed to it."
SECTION = "base"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
SRC_URI += "file://sandbox-de-bashify.patch \
"
require selinux_common.inc
SRC_URI += "file://sandbox-de-bashify.patch"
S = "${WORKDIR}/git/sandbox"
DEPENDS += "libcap-ng libselinux"