diff --git a/debian/control.in b/debian/control.in index 99aee695d..77cf94f8c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -31,7 +31,7 @@ Package: delphix-platform-@@TARGET_PLATFORM@@ Provides: delphix-platform Conflicts: delphix-platform Architecture: any -Replaces: base-files, update-notifier-common +Replaces: base-files, update-notifier-common, kmod (<< 31+20240202-2ubuntu7.2) Depends: ${misc:Depends}, ${delphix:Depends} Description: Delphix Appliance Platform This package provides the base platform of the Delphix Appliance. It contains diff --git a/files/common/etc/modprobe.d/disable-algif_aead.conf b/files/common/etc/modprobe.d/disable-algif_aead.conf deleted file mode 100644 index e838a28a7..000000000 --- a/files/common/etc/modprobe.d/disable-algif_aead.conf +++ /dev/null @@ -1,5 +0,0 @@ -# Disable algif_aead module due to CVE-2026-31431 (AKA copy.fail) -# This will likely be re-enabled in a subsequent update once an updated -# kernel has been deployed. -# Blacklisting the module isn't sufficient, we need to do as below: -install algif_aead /bin/false