rm -rf /lib/modules/*/kernel/crypto/algif_aead.*
или
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf
rmmod algif_aead 2>/dev/null || true
👀@ever_secure | 💪 Мерч | 💳Поддержать
EV Ever Secure @ever_secure · 4.73K subscribers 
rm -rf /lib/modules/*/kernel/crypto/algif_aead.*
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf
rmmod algif_aead 2>/dev/null || true