How to CHECK if SPECTRE v2 Patch is enabled in UbuntuMate 18.04

Hi!

How can I check if SPECTRE v2 Patch and so on is enabled in UbuntuMate 18.04?

dmesg | grep -i spectre

To list types of vulnerabilities:
ls /sys/devices/system/cpu/vulnerabilities

To see status of vulnerability workarounds for above list:
cat /sys/devices/system/cpu/vulnerabilities/*

1 Like

Have you tried the script at github?

thanks!

On my system, Spectre-patch is enabled…