6 lines
176 B
Bash
Executable File
6 lines
176 B
Bash
Executable File
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf
|
|
rmmod algif_aead 2>/dev/null || true
|
|
|
|
lsmod | grep algif_aead
|
|
cat /etc/modprobe.d/disable-algif.conf
|