lkrg/src/modules
2020-05-19 21:40:53 -04:00
..
comm_channel Add SMAP bit verification logic (x86 arch). It is guarded in the same way as SMEP. Two new LKRG sysctl interface are introduced to control verification and enforcement logic: 2020-05-10 16:56:47 -04:00
database Fix typo 2020-05-19 21:40:53 -04:00
exploit_detection Some more improvements regarding smXp validation 2020-05-18 16:03:29 -04:00
hashing Add support for kernels 5.[1/2]+ 2019-05-09 15:23:51 +00:00
integrity_timer Change the default log-level from P_LKRG_CRIT to P_LKRG_INFO when LKRG detects lost/extra module which is related to the current module activity events (system is stable and not hacked). Maybe we should use P_LKRG_WARN? for now it will be P_LKRG_INFO. 2020-04-25 21:26:52 -04:00
kmod Move copy of THIS_MODULE to RO page. Fix the problem of 'block_modules' as being a parameter. 2020-03-12 00:21:21 -04:00
ksyms This is a pretty big change in LKRG: 2019-12-20 15:44:21 -05:00
notifiers [CI] Some kernels are not compiled with CONFIG_USB=y. E.g. Debian's kernel is setting CONFIG_USB=m and usbcode can (or not) be loaded dynamically. In such a case LKRG has no guarantee that USB notifiers are available in the system. They might be after usbcore being loaded but it's not enough. This commit takes this into account and in case 'usbcore' is not natively compiled in the system, usb notifiers are not used 2019-11-11 01:55:29 -05:00
print_log Introduce a P_CTRL macro for referencing control structure in RO-page 2019-12-20 18:52:06 -05:00
self-defense/hiding Move copy of THIS_MODULE to RO page. Fix the problem of 'block_modules' as being a parameter. 2020-03-12 00:21:21 -04:00
wrap This is a huge change. We completely rewrote communication channel and added a lot of new configuration options. Summary: 2020-04-25 13:41:52 -04:00