diff options
author | hayashi.satoshi@fujitsu.com <hayashi.satoshi@fujitsu.com> | 2021-06-15 14:36:06 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-15 08:48:50 -0700 |
commit | 9aabe2b4ee0d496a2f23cdc59221316b3d79107a (patch) | |
tree | 6a8261ad92cd770d24ec009bbc8221de0a6cd0bd | |
parent | a9e17243875b82dba698924cf2f1d31408127521 (diff) | |
download | meta-openembedded-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.bb | 3 |
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 ce975f5a1..4d702dc56 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} = " \ | |||
66 | busybox \ | 66 | busybox \ |
67 | coreutils \ | 67 | coreutils \ |
68 | " | 68 | " |
69 | |||
70 | # CVE-2010-4176 affects only Fedora | ||
71 | CVE_CHECK_WHITELIST += "CVE-2010-4176" | ||