-
Notifications
You must be signed in to change notification settings - Fork 13
feature lkrg
Alexey Gladkov edited this page Sep 12, 2022
·
1 revision
Feature adds LKRG (Linux Kernel Runtime Guard) module loading.
The Linux Kernel Runtime Guard protects system by comparing hashes which are calculated from the most important kernel region / sections / structures with the internal database hashes. Additionally, special efforts have been made to individually protect all extensions of the kernel (modules). To make the project fully functional, the module should be initially loaded on a clean system.
-
nolkrg
— do not load lkrg module during system boot. -
noearlylkrg
— do not load lkrg module at initrd stage.
- Get Started
- Initramfs Runtime
- Image Generation
- Contributing
- FAQ
- Presentations