diff options
author | Armin Kuster <akuster@mvista.com> | 2021-09-16 16:57:36 -0700 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2021-09-16 20:22:02 -0400 |
commit | 8b94f828a292d0e61d83aeeeeb4001c7cde08721 (patch) | |
tree | 20c4bd187c7a8bdae0a70e443621629b316abf5c /recipes-security/selinux/secilc_3.2.bb | |
parent | 3846a1cc5115444b454b1f37317a718f9c2bc109 (diff) | |
download | meta-selinux-hardknott.tar.gz |
secilc: Security fix for CVE-2021-36087hardknott
Source: https://github.com/SELinuxProject/selinux
MR: 111869
Type: Security Fix
Disposition: Backport from https://github.com/SELinuxProject/selinux/commit/bad0a746e9f4cf260dedba5828d9645d50176aac
ChangeID: b282a68f76e509f548fe6ce46349af56d09481c6
Description:
Affects: secilc <= 3.2
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'recipes-security/selinux/secilc_3.2.bb')
-rw-r--r-- | recipes-security/selinux/secilc_3.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/selinux/secilc_3.2.bb b/recipes-security/selinux/secilc_3.2.bb index 60ab2fe..50413e0 100644 --- a/recipes-security/selinux/secilc_3.2.bb +++ b/recipes-security/selinux/secilc_3.2.bb | |||
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=c7e802b9a3b0c2c852669864c08b9138" | |||
8 | 8 | ||
9 | require selinux_common.inc | 9 | require selinux_common.inc |
10 | 10 | ||
11 | SRC_URI += "file://CVE-2021-36087.patch" | ||
12 | |||
11 | DEPENDS += "libsepol xmlto-native" | 13 | DEPENDS += "libsepol xmlto-native" |
12 | 14 | ||
13 | S = "${WORKDIR}/git/secilc" | 15 | S = "${WORKDIR}/git/secilc" |