mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
smack: Use new CVE_CHECK_IGNORE variable
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -14,9 +14,9 @@ SRC_URI = " \
|
||||
PV = "1.3.1"
|
||||
|
||||
# CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 is valnerble for other product.
|
||||
CVE_CHECK_WHITELIST += "CVE-2014-0363"
|
||||
CVE_CHECK_WHITELIST += "CVE-2014-0364"
|
||||
CVE_CHECK_WHITELIST += "CVE-2016-10027"
|
||||
CVE_CHECK_IGNORE += "CVE-2014-0363"
|
||||
CVE_CHECK_IGNORE += "CVE-2014-0364"
|
||||
CVE_CHECK_IGNORE += "CVE-2016-10027"
|
||||
|
||||
inherit autotools update-rc.d pkgconfig ptest
|
||||
inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
|
||||
|
||||
Reference in New Issue
Block a user