diff options
author | Ross Burton <ross.burton@arm.com> | 2023-03-08 21:42:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-11 00:08:40 +0000 |
commit | 6f38e4c98f64a3ea0a61d713aa20b15e5ced9e58 (patch) | |
tree | 5571481f354558362d41cf735b912abcf05ca862 /meta | |
parent | 45d0ab66fd1285834312c8bb28124d2617461763 (diff) | |
download | poky-6f38e4c98f64a3ea0a61d713aa20b15e5ced9e58.tar.gz |
systemd: add ignore for CVE-2022-4415
The relevant fix was also backported to 252.4.
(From OE-Core rev: e7992076102de43b2201786c2da59455c54aaef4)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd_252.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_252.5.bb b/meta/recipes-core/systemd/systemd_252.5.bb index 8b92b2cf42..784a248207 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 () { | |||
826 | pkg_prerm:udev-hwdb () { | 826 | pkg_prerm:udev-hwdb () { |
827 | rm -f $D${sysconfdir}/udev/hwdb.bin | 827 | rm -f $D${sysconfdir}/udev/hwdb.bin |
828 | } | 828 | } |
829 | |||
830 | # This was also fixed in 252.4 with 9b75a3d0 | ||
831 | CVE_CHECK_IGNORE += "CVE-2022-4415" | ||