aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayashi.satoshi@fujitsu.com <hayashi.satoshi@fujitsu.com>2021-06-15 14:36:06 +0900
committerKhem Raj <raj.khem@gmail.com>2021-06-15 08:48:50 -0700
commit9aabe2b4ee0d496a2f23cdc59221316b3d79107a (patch)
tree6a8261ad92cd770d24ec009bbc8221de0a6cd0bd
parenta9e17243875b82dba698924cf2f1d31408127521 (diff)
downloadmeta-openembedded-contrib-9aabe2b4ee0d496a2f23cdc59221316b3d79107a.tar.gz
dracut: add CVE-2010-4176 to allowlist
CVE-2010-4176 affects only using plymouth-pretrigger.sh script on Fedora. Signed-off-by: Satoshi Hayashi <hayashi.satoshi@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-initramfs/recipes-devtools/dracut/dracut_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
index ce975f5a14..4d702dc56f 100644
--- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
+++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
@@ -66,3 +66,6 @@ RRECOMMENDS_${PN} = " \
busybox \
coreutils \
"
+
+# CVE-2010-4176 affects only Fedora
+CVE_CHECK_WHITELIST += "CVE-2010-4176"