Do we really want more runtime patching?
Do we really want more runtime patching?
Posted May 8, 2026 15:47 UTC (Fri) by MarcB (subscriber, #101804)Parent article: killswitch for short-term emergency vulnerability mitigation
For servers and other "well defined systems", disabling modules, after all the needed ones are loaded, seems like a better choice.
This would also obviously clash with lockdown, but it might make sense for systems that truly need dynamic module loading.
I also wonder why something like AF_ALG is even enabled on any non-hardware-specific kernel. Absent old crypto accelerators, everything it does can be done equally well (or better) in user space.
