diff options
Diffstat (limited to 'meta/recipes-extended/procps/procps_4.0.3.bb')
-rw-r--r-- | meta/recipes-extended/procps/procps_4.0.3.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-extended/procps/procps_4.0.3.bb b/meta/recipes-extended/procps/procps_4.0.3.bb index cc3420df4e..dc0e957bda 100644 --- a/meta/recipes-extended/procps/procps_4.0.3.bb +++ b/meta/recipes-extended/procps/procps_4.0.3.bb | |||
@@ -72,10 +72,6 @@ python __anonymous() { | |||
72 | d.setVarFlag('ALTERNATIVE_LINK_NAME', prog, '%s/%s' % (d.getVar('base_sbindir'), prog)) | 72 | d.setVarFlag('ALTERNATIVE_LINK_NAME', prog, '%s/%s' % (d.getVar('base_sbindir'), prog)) |
73 | } | 73 | } |
74 | 74 | ||
75 | # 'ps' isn't suitable for use as a security tool so whitelist this CVE. | ||
76 | # https://bugzilla.redhat.com/show_bug.cgi?id=1575473#c3 | ||
77 | CVE_CHECK_IGNORE += "CVE-2018-1121" | ||
78 | |||
79 | PROCPS_PACKAGES = "${PN}-lib \ | 75 | PROCPS_PACKAGES = "${PN}-lib \ |
80 | ${PN}-ps \ | 76 | ${PN}-ps \ |
81 | ${PN}-sysctl" | 77 | ${PN}-sysctl" |