@mboelen
This is regarding your wonderful article https://linux-audit.com/kernel/kernel-hardening-disable-and-blacklist-linux-modules/. It is stated in this article

there is also an alias option. This might be used to redirect a module to /dev/null

Can you please elaborate on this? How to use block loading of a module when alias is used?

#linux #kernel #kernelIntegrity #integrity #KernelIntegrity #kernelmodules #modules

Kernel hardening: Disable and blacklist Linux modules

The Linux kernel provides modular support to allow loading kernel modules during runtime. To prevent security issues, learn how to disable or blacklisting.

Linux Audit

And here I am sitting in front of four working monitors (three external, two via #HDMI, one via #USBC), all configured through #KDE and using #Displaylink and #EVDI #KernelModules without any faffing around, except for plugging things into the correct ports to begin with. #FreeSoftware has come a long way in the decades since I started using it. And now, more often that not, #ItJustWorks!

#Fedora #GNU #USB #StraightOutOfTheBox

lsmod insmod & rmmod are commands that anyone running Linux should Master way before you even understand how kernel mods work

#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #Programming #kernel #modules #kernelModules

Do you want to learn how to write Linux kernel mods? This course will teach you the basics of how to write them. Be prepared that writing kernel modules is a #black #Art. It is not as easy as you may have thought and it's much more difficult than you can imagine. Sometimes a no operation #NOP is a difference between a functional mod and a dead one, needing debugging

#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #Programming #kernel #modules #kernelModules

https://www.freecodecamp.org/news/how-to-create-linux-device-drivers/

How to Create Linux Device Drivers

Linux device drivers are critical pieces of software that allow your operating system to communicate with hardware like keyboards, printers, and other peripherals. Developing these drivers is a highly specialized skill that provides deep insights int...

freeCodeCamp.org