forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexey Dobriyan <[email protected]>
- Loading branch information
Alexey Dobriyan
committed
Jan 22, 2009
1 parent
10951bf
commit 295c896
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
config ECRYPT_FS | ||
tristate "eCrypt filesystem layer support (EXPERIMENTAL)" | ||
depends on EXPERIMENTAL && KEYS && CRYPTO && NET | ||
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. |