fix: add missing l1tf CPU vulnerability display in hw section

This commit is contained in:
Stéphane Lesimple 2018-08-16 15:19:29 +02:00
parent 794c5be1d2
commit 339ad31757
1 changed files with 1 additions and 1 deletions

View File

@ -2094,7 +2094,7 @@ check_cpu()
check_cpu_vulnerabilities() check_cpu_vulnerabilities()
{ {
_info "* CPU vulnerability to the speculative execution attack variants" _info "* CPU vulnerability to the speculative execution attack variants"
for v in 1 2 3 3a 4; do for v in 1 2 3 3a 4 l1tf; do
_info_nol " * Vulnerable to Variant $v: " _info_nol " * Vulnerable to Variant $v: "
if is_cpu_vulnerable $v; then if is_cpu_vulnerable $v; then
pstatus yellow YES pstatus yellow YES