Skip to content
Snippets Groups Projects
Commit 249f2a49 authored by Marta Rybczynska's avatar Marta Rybczynska Committed by Marta Rybczynska
Browse files

networkmanager: update CVEs


Update status of the CVE CVE-2021-20297 affecting NetworkManager, the
vulnerable code has been introduced in 1.26 so we are not affected.

Signed-off-by: default avatarMarta Rybczynska <marta.rybczynska@huawei.com>
parent 74cfc409
No related branches found
No related tags found
No related merge requests found
...@@ -153,6 +153,9 @@ ALTERNATIVE_${PN} = "${@bb.utils.contains('DISTRO_FEATURES','systemd','resolv-co ...@@ -153,6 +153,9 @@ ALTERNATIVE_${PN} = "${@bb.utils.contains('DISTRO_FEATURES','systemd','resolv-co
ALTERNATIVE_TARGET[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv-conf.NetworkManager','',d)}" ALTERNATIVE_TARGET[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv-conf.NetworkManager','',d)}"
ALTERNATIVE_LINK_NAME[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv.conf','',d)}" ALTERNATIVE_LINK_NAME[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv.conf','',d)}"
# Issue introduced in 1.26
CVE_CHECK_WHITELIST = "CVE-2021-20297 "
do_install_append() { do_install_append() {
install -Dm 0755 ${WORKDIR}/${BPN}.initd ${D}${sysconfdir}/init.d/network-manager install -Dm 0755 ${WORKDIR}/${BPN}.initd ${D}${sysconfdir}/init.d/network-manager
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment