Egregoros

Signal feed

Timeline

Post

Remote status

Replies

2

Yes, thank you.

And to confirm that works:

python3 -c 'import socket; s = socket.socket(socket.AF_ALG, socket.SOCK_SEQPACKET, 0); s.bind(("aead","authencesn(hmac(sha256),cbc(aes))")); print("algif_aead probably successfully loaded, mitigation not effective; remove again with: rmmod algif_aead")'   

If it errors out, mitigation applied. If it prints, “algif_aead probably successfully loaded, mitigation not effective; remove again with: rmmod algif_aead” that module is still available.

#copyFail #Linux