Added code and mitigation and checks
This commit is contained in:
5
mitigate.sh
Executable file
5
mitigate.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user