From: Tyler Hicks Date: Tue, 29 Sep 2009 07:33:59 +0000 (-0500) Subject: eCryptfs: Remove Kconfig NET dependency and select MD5 X-Git-Tag: v4.13~21285^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ed1f21857e76a92a006e0f890a3d7f72953b1469;p=mirror_ubuntu-bionic-kernel.git eCryptfs: Remove Kconfig NET dependency and select MD5 eCryptfs no longer uses a netlink interface to communicate with ecryptfsd, so NET is not a valid dependency anymore. MD5 is required and must be built for eCryptfs to be of any use. Signed-off-by: Tyler Hicks --- diff --git a/fs/ecryptfs/Kconfig b/fs/ecryptfs/Kconfig index 89ebed3a4869..1cd6d9d3e29a 100644 --- a/fs/ecryptfs/Kconfig +++ b/fs/ecryptfs/Kconfig @@ -1,8 +1,9 @@ config ECRYPT_FS tristate "eCrypt filesystem layer support (EXPERIMENTAL)" - depends on EXPERIMENTAL && KEYS && NET && CRYPTO + depends on EXPERIMENTAL && KEYS && CRYPTO select CRYPTO_ECB select CRYPTO_CBC + select CRYPTO_MD5 help Encrypted filesystem that operates on the VFS layer. See to learn more about