I did something recently I haven’t done in a long time: I recompiled the Linux kernel. There was a time when this was a common occurrence. You might want a feature that the default kernel didn’t ...
Security modules watch the rest of the Linux system for intruders, but if they’re dynamically loadable, qui custodiet ipsos custodes? The ever-contentious Linux Security Modules (LSM) API is being ...
I have been running Debian a few years now but haven't really dug into the proper way to handle kernel modules in regards to auto-loading/unloading (i'll get to this) and the setup of modules.conf. I ...
Kernel modules are chunks of code that are loaded and unloaded into the kernel as needed, thus extending the functionality of the kernel without requiring a reboot. In fact, unless users inquire about ...