From: Phillip Hellewell <phillip@hellewell.homeip.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 3/3] eCryptfs: Kconfig and Makefile
Date: Wed, 1 Jun 2005 23:49:29 -0600 [thread overview]
Message-ID: <20050602054929.GC4514@sshock.rn.byu.edu> (raw)
[-- 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/
reply other threads:[~2005-06-02 5:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050602054929.GC4514@sshock.rn.byu.edu \
--to=phillip@hellewell.homeip.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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