Post #1848689
2026-05-01 14:33 UTC
@JennyFluff@chitter.xyz I should also note that if you want to be *certain* nothing will cause the module to load, the above only stops auto-loading on-demand.
To stop it loading at all you'd use this instead of the blacklist line:
install algif_aead /usr/bin/false
which causes modprobe/insmod/the-kernel to run /usr/bin/false rather than load the module. This way a manual *or scripted* modprobe/insmod can't just load it anyway.
Replies (0)
No replies.