mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 3/3] eCryptfs: Kconfig and Makefile
@ 2005-06-02  5:49 Phillip Hellewell
  0 siblings, 0 replies; only message in thread
From: Phillip Hellewell @ 2005-06-02  5:49 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

This is the third in a series of three patches for the eCryptfs kernel
module.

This patch includes the changes to Kconfig and Makefile (in linux/fs)
needed for building eCryptfs.

-- 
Phillip Hellewell <phillip AT hellewell.homeip.net>

[-- Attachment #2: patch-2.6.12-rc4-mm2-ecryptfs-3_of_3-kconfig-makefile.diff --]
[-- Type: text/plain, Size: 1222 bytes --]

--- linux-2.6.12-rc4-mm2/fs/Kconfig	2005-05-23 21:20:30.214356232 -0600
+++ linux-2.6.12-rc4-mm2-ecryptfs/fs/Kconfig	2005-05-23 21:45:33.124879104 -0600
@@ -1001,6 +1001,16 @@
 	  To compile this file system support as a module, choose M here: the
 	  module will be called affs.  If unsure, say N.
 
+config ECRYPTFS
+	tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
+	depends on EXPERIMENTAL && KEYS && CRYPTO
+	help
+	  Encrypted filesystem that operates on the VFS layer.  See
+	  Documentation/ecryptfs.txt to learn more about eCryptfs.
+
+	  To compile this file system support as a module, choose M here: the
+	  module will be called ecryptfs.
+
 config HFS_FS
 	tristate "Apple Macintosh file system support (EXPERIMENTAL)"
 	depends on EXPERIMENTAL
--- linux-2.6.12-rc4-mm2/fs/Makefile	2005-05-23 21:20:30.254350152 -0600
+++ linux-2.6.12-rc4-mm2-ecryptfs/fs/Makefile	2005-05-23 21:45:33.135877432 -0600
@@ -68,6 +68,7 @@
 obj-$(CONFIG_ISO9660_FS)	+= isofs/
 obj-$(CONFIG_DEVFS_FS)		+= devfs/
 obj-$(CONFIG_HFSPLUS_FS)	+= hfsplus/ # Before hfs to find wrapped HFS+
+obj-$(CONFIG_ECRYPTFS)		+= ecryptfs/
 obj-$(CONFIG_HFS_FS)		+= hfs/
 obj-$(CONFIG_VXFS_FS)		+= freevxfs/
 obj-$(CONFIG_NFS_FS)		+= nfs/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-02  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-02  5:49 [PATCH 3/3] eCryptfs: Kconfig and Makefile Phillip Hellewell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome