mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
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:
parent
ab2fb5fea2
commit
f1cbb574f1
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user