From: Ross Burton Date: Wed, 8 Mar 2023 21:42:06 +0000 (+0000) Subject: systemd: add ignore for CVE-2022-4415 X-Git-Tag: 2023-04-mickledore~310 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7992076102de43b2201786c2da59455c54aaef4;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git systemd: add ignore for CVE-2022-4415 The relevant fix was also backported to 252.4. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-core/systemd/systemd_252.5.bb b/meta/recipes-core/systemd/systemd_252.5.bb index 8b92b2cf425..784a2482075 100644 --- a/meta/recipes-core/systemd/systemd_252.5.bb +++ b/meta/recipes-core/systemd/systemd_252.5.bb @@ -826,3 +826,6 @@ pkg_postinst:udev-hwdb () { pkg_prerm:udev-hwdb () { rm -f $D${sysconfdir}/udev/hwdb.bin } + +# This was also fixed in 252.4 with 9b75a3d0 +CVE_CHECK_IGNORE += "CVE-2022-4415"