Skip to content

Commit 4e95f11

Browse files
authored
Merge pull request #423 from ComputeCanada/copyfail
Mitigate copyfail exploit
2 parents 7b437dc + 742211b commit 4e95f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/configuration/puppet.yaml.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ runcmd:
8282
# kernel configuration
8383
%{ if cloud_provider != "incus" ~}
8484
systemctl disable kdump
85-
grubby --update-kernel=ALL --args="rd.driver.blacklist=nouveau nouveau.modeset=0 crashkernel=0M"
85+
grubby --update-kernel=ALL --args="rd.driver.blacklist=nouveau nouveau.modeset=0 crashkernel=0M initcall_blacklist=algif_aead_init"
8686
grub2-mkconfig -o /boot/grub2/grub.cfg
8787
%{ endif ~}
8888
fi

0 commit comments

Comments
 (0)