Skip to content

Commit 4d57f06

Browse files
committed
config: mitigate Copy Fail by disabling the AEAD userspace interface
This config was not vulnerable to Dirty Frag already, since both related kernel modules were disabled already. Signed-off-by: MichaIng <micha@dietpi.com>
1 parent bab1c21 commit 4d57f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dietpi_visionfive2_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ CONFIG_CRYPTO_DEV_VIRTIO=n
7373
CONFIG_CRYPTO_SHA1=y
7474
CONFIG_CRYPTO_TEST=m
7575
CONFIG_CRYPTO_USER=y
76-
CONFIG_CRYPTO_USER_API_AEAD=y
76+
CONFIG_CRYPTO_USER_API_AEAD=n
7777
CONFIG_CRYPTO_USER_API_HASH=y
7878
CONFIG_CRYPTO_USER_API_RNG=y
7979
CONFIG_CRYPTO_USER_API_SKCIPHER=y

0 commit comments

Comments
 (0)