Closed vmlemon closed 3 years ago
thanks nice feedback
Thank you. Could you please use backticks: ```
Sorry about that, it was an typo, on my part. Fixed.
MacOS is not supported, as per the readme:
Supported operating systems:
Linux (all versions, flavors and distros)
BSD (FreeBSD, NetBSD, DragonFlyBSD)
The reason for this being that what the script does is looking deep inside the (Linux or BSD) kernel. So, supporting MacOS would need to be familiar with the MacOS kernel and reimplement every check with respect to this. I'll add a check at the beggining of the script so that it exits if MacOS is detected, so that it doesn't leave the impression that it might work.
I'll also add more information in the README as to why this is the case.
hey Stephane
thanks for your feedback and for extended the README
and i really enjoy this Spectre & Meltdown Checker for my security work on diff. servers
take care
greets from berlin germany
Am Mo., 24. Mai 2021 um 13:18 Uhr schrieb Stéphane Lesimple < @.***>:
MacOS is not supported, as per the readme:
Supported operating systems: Linux (all versions, flavors and distros) BSD (FreeBSD, NetBSD, DragonFlyBSD)
The reason for this being that what the script does is looking deep inside the (Linux or BSD) kernel. So, supporting MacOS would need to be familiar with the MacOS kernel and reimplement every check with respect to this. I'll add a check at the beggining of the script so that it exits if MacOS is detected, so that it doesn't leave the impression that it might work.
I'll also add more information in the README as to why this is the case.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/speed47/spectre-meltdown-checker/issues/398#issuecomment-846974423, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEMNDOMKXEUMZGOQY2QGO3TPIYZHANCNFSM42XWQDOA .
I'll also add more information in the README as to why this is the case.
Done. I also added an FAQ with more details about this. The script also had been modified to exit when it detects MacOS, instead of trying (and failing) to do anything useful.
hey Stephane thanks for your feedback and for extended the README and i really enjoy this Spectre & Meltdown Checker for my security work on diff. servers take care greets from berlin germany
Thanks for the feedback! It's always good to know that the script is useful to people, and I'm glad this it the case!
Closing as the matter is now fixed, please reopen if needed. Thanks!
Thanks for the script, although it seems that MacOS 11.x now lacks some tools (or, more likely, the script doesn't detect the new architecture/OS pair), so certain commands fail:
In keeping with your maxim, at the end, I kinda wonder if this is affecting the outcome of the checks, in either a negative, or positive way? (To my knowledge, no-one has publicly tested these new machines, for these vulnerabilities, and the https://leaky.page test doesn't seem to function, in Safari).