|
|
|
|
|
by Conan_Kudo
2026 days ago
|
|
On Linux, you can check to see if the kernel is operating in lockdown mode to verify the integrity of the system. Lockdown mode forces all modules to be digitally signed and trusted by the kernel keyring before they can be loaded. This would functionally be equivalent to what you do on Windows. |
|
https://unix.stackexchange.com/a/118117/14305