 4b6fee17b1
			
		
	
	
	4b6fee17b1
	
	
	
		
			
			This patch fixes the compile error reported at the address: https://bugzilla.kernel.org/show_bug.cgi?id=40292 The problem arises when compiling eCryptfs as built-in and the 'encrypted' key type as a module. The patch prevents this combination from being set in the kernel configuration, by fixing the eCryptfs dependencies. Signed-off-by: Roberto Sassu <roberto.sassu@polito.it> Reported-by: David Hill <hilld@binarystorm.net> Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			561 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			561 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| config ECRYPT_FS
 | |
| 	tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
 | |
| 	depends on EXPERIMENTAL && KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n)
 | |
| 	select CRYPTO_ECB
 | |
| 	select CRYPTO_CBC
 | |
| 	select CRYPTO_MD5
 | |
| 	help
 | |
| 	  Encrypted filesystem that operates on the VFS layer.  See
 | |
| 	  <file:Documentation/filesystems/ecryptfs.txt> to learn more about
 | |
| 	  eCryptfs.  Userspace components are required and can be
 | |
| 	  obtained from <http://ecryptfs.sf.net>.
 | |
| 
 | |
| 	  To compile this file system support as a module, choose M here: the
 | |
| 	  module will be called ecryptfs.
 |