Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pitrdevries
3 months ago
|
parent
|
context
|
favorite
| on:
For Linux kernel vulnerabilities, there is no head...
This worked as a mitigation on distros with the module compiled into the kernel:
https://gist.github.com/m3nu/c19269ef4fd6fa53b03eb388f77464d...
Basically: sudo grubby --update-kernel=ALL --args=initcall_blacklist=algif_aead_init
sudo reboot
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Basically: sudo grubby --update-kernel=ALL --args=initcall_blacklist=algif_aead_init
sudo reboot