Comment by Joel_Mckay
13 days ago
Could always try:
echo 1 > /proc/sys/kernel/modules_disabled
Which is supposed to block dynamic loading modules until a reboot. =3
13 days ago
Could always try:
echo 1 > /proc/sys/kernel/modules_disabled
Which is supposed to block dynamic loading modules until a reboot. =3
This is not permanent; if the system is rebooted, it will be undone :)
Kernel bootline can be uodated to include this option: