-
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.
- Loading branch information
Alexey Dobriyan
committed
Jan 22, 2009
1 parent
aa3a74c
commit 6f366ed
Showing
3 changed files
with
13 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 10951bf05d952bf6d13094f66a0dccd11dec311e | ||
refs/heads/master: 295c896cb95de18004ef5e1b53f44c2ad001f936 |
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. |