diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index e210f38cfe..32be057d0e 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -68,6 +68,10 @@ SRC_URI_append_class-nativesdk = " file://cross.patch" | |||
68 | # Applies against virglrender < 0.6.0 and not qemu itself | 68 | # Applies against virglrender < 0.6.0 and not qemu itself |
69 | CVE_CHECK_WHITELIST += "CVE-2017-5957" | 69 | CVE_CHECK_WHITELIST += "CVE-2017-5957" |
70 | 70 | ||
71 | # The VNC server can expose host files uder some circumstances. We don't | ||
72 | # enable it by default. | ||
73 | CVE_CHECK_WHITELIST += "CVE-2007-0998" | ||
74 | |||
71 | COMPATIBLE_HOST_mipsarchn32 = "null" | 75 | COMPATIBLE_HOST_mipsarchn32 = "null" |
72 | COMPATIBLE_HOST_mipsarchn64 = "null" | 76 | COMPATIBLE_HOST_mipsarchn64 = "null" |
73 | 77 | ||