~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to doc/manpage/ecryptfs.7

  • Committer: Dustin Kirkland
  • Date: 2009-04-07 22:33:58 UTC
  • Revision ID: dustin.kirkland@gmail.com-20090407223358-xbswljbop5dp9zj0
rename remind-passphrase to record-passphrase

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
Do not check the mount key signature against the values in the user's ~/.ecryptfs/sig-cache.txt file. This is useful for such things as non-interactive setup scripts, so that the mount helper does not stop and prompt the user in the event that the key sig is not in the cache.
35
35
.TP
36
36
.B ecryptfs_encrypted_view
37
 
This option provides a unified encrypted file format of the eCryptfs files in the lower mount point.  Currently, it is only useful if the lower mount point contains files with the metadata stored in the extended attribute.  Upon a file read in the upper mount point, the encrypted version of the file will be presented with the metadata in the file header instead of the xattr.  Files cannot be opened for writing when this option is enabled. 
 
37
This option, when set, will have eCryptfs return the encrypted versions of the lower files, rather than decrypt encrypted files and return the decrypted data from the lower files. This options is useful for such things as backup utilities.
38
38
.TP
39
39
.B ecryptfs_xattr
40
40
Store the metadata in the extended attribute of the lower files rather than the header region of the lower files.
54
54
.B ecryptfs_enable_filename_crypto=(y/N)
55
55
Specify whether filename encryption should be enabled. If not, the mount helper will not prompt the user for the filename encryption key signature.
56
56
.TP
57
 
.B verbosity=0/1
58
 
If verbosity=1, the mount helper will ask you for missing values (default).  Otherwise, if verbosity=0, it will not ask for missing values and will fail if required values are omitted.
59
 
.TP
60
57
 
61
58
KEY MODULE OPTIONS
62
59