blob: 1bdeaa6d57900cccab5aa099766f791033243c74 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Alexey Dobriyan295c8962009-01-22 10:50:50 +03002config ECRYPT_FS
Kees Cook336d6d02012-10-02 11:19:20 -07003 tristate "eCrypt filesystem layer support"
4 depends on KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n)
Dave Hansen38268492009-08-27 09:47:07 -07005 select CRYPTO_ECB
6 select CRYPTO_CBC
Tyler Hicksed1f2182009-09-29 02:33:59 -05007 select CRYPTO_MD5
Alexey Dobriyan295c8962009-01-22 10:50:50 +03008 help
9 Encrypted filesystem that operates on the VFS layer. See
Mauro Carvalho Chehab0c1bc6b2020-04-14 18:48:37 +020010 <file:Documentation/filesystems/ecryptfs.rst> to learn more about
Alexey Dobriyan295c8962009-01-22 10:50:50 +030011 eCryptfs. Userspace components are required and can be
12 obtained from <http://ecryptfs.sf.net>.
13
14 To compile this file system support as a module, choose M here: the
15 module will be called ecryptfs.
Kees Cook290502b2013-02-28 00:39:37 -080016
17config ECRYPT_FS_MESSAGING
18 bool "Enable notifications for userspace key wrap/unwrap"
19 depends on ECRYPT_FS
20 help
21 Enables the /dev/ecryptfs entry for use by ecryptfsd. This allows
22 for userspace to wrap/unwrap file encryption keys by other
23 backends, like OpenSSL.