Is the ‘CopyFail’ workaround supposed to be two lines or one? Asking because the sample code in the notes is weirdly indented in the second line or commented out in the [Testing Update] 2026-05-01 issues section. Moreover it’s missing the ‘sudo’ in both lines or am I wrong? Shouldn’t it be:
sudo echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf
sudo rmmod algif_aead 2>/dev/null || true
EDIT
One other thing. I just checked lsmod on my GNOME stable install and don’t seem to run this algif_aead kernel module. Does that mean I’m not affected by this ‘CopyFail’ issue?