diff options
| -rw-r--r-- | recipes-security/selinux/selinux-sandbox_3.1.bb | 7 | ||||
| -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 @@ | |||
| 1 | require selinux_20200710.inc | ||
| 2 | require ${BPN}.inc | ||
| 3 | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "d38fda12b028c06f751be9c25e309c6b" | ||
| 7 | SRC_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 = "\ | |||
| 3 | Run application within a tightly confined SELinux domain. The default \ | 3 | Run application within a tightly confined SELinux domain. The default \ | 
| 4 | sandbox domain only allows applications the ability to read and write \ | 4 | sandbox domain only allows applications the ability to read and write \ | 
| 5 | stdin, stdout and any other file descriptors handed to it." | 5 | stdin, stdout and any other file descriptors handed to it." | 
| 6 | |||
| 7 | SECTION = "base" | 6 | SECTION = "base" | 
| 8 | LICENSE = "GPLv2+" | 7 | LICENSE = "GPLv2+" | 
| 8 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
| 9 | 9 | ||
| 10 | SRC_URI += "file://sandbox-de-bashify.patch \ | 10 | require selinux_common.inc | 
| 11 | " | 11 | |
| 12 | SRC_URI += "file://sandbox-de-bashify.patch" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git/sandbox" | ||
| 12 | 15 | ||
| 13 | DEPENDS += "libcap-ng libselinux" | 16 | DEPENDS += "libcap-ng libselinux" | 
| 14 | 17 | ||
