NAME | SYNOPSIS | DESCRIPTION | COMMANDS | AUTHOR | SEE ALSO | COLOPHON |
E4CRYPT(8) System Manager's Manual E4CRYPT(8)
e4crypt - ext4 filesystem encryption utility
e4crypt add_key -S [ -k keyring ] [-v] [-q] [ path ... ] e4crypt new_session e4crypt get_policy path ... e4crypt set_policy policy path ...
e4crypt performs encryption management for ext4 file systems.
e4crypt add_key -S [ -k keyring ] [-v] [-q] [ path ... ] Prompts the user for a passphrase and inserts it into the specified keyring. If no keyring is specified, e4crypt will use the session keyring if it exists or the user session keyring if it does not. If one or more directory paths are specified, e4crypt will try to set the policy of those directories to use the key just entered by the user. e4crypt get_policy path ... Print the policy for the directories specified on the command line. e4crypt new_session Give the invoking process (typically a shell) a new session keyring, discarding its old session keyring. e4crypt set_policy policy path ... Sets the policy for the directories specified on the command line. All directories must be empty to set the policy; if the directory already has a policy established, e4crypt will validate that the policy matches what was specified. A policy is an encryption key identifier consisting of 16 hexadecimal characters.
Written by Michael Halcrow <mhalcrow@google.com>, Ildar Muslukhov <muslukhovi@gmail.com>, and Theodore Ts'o <tytso@mit.edu>
keyctl(1), mke2fs(8), mount(8).
This page is part of the e2fsprogs (utilities for ext2/3/4
filesystems) project. Information about the project can be found at
⟨http://e2fsprogs.sourceforge.net/⟩. It is not known how to report
bugs for this man page; if you know, please send a mail to
man-pages@man7.org. This page was obtained from the project's
upstream Git repository
⟨git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git⟩ on 2017-07-05.
If you discover any rendering problems in this HTML version of the
page, or you believe there is a better or more up-to-date source for
the page, or you have corrections or improvements to the information
in this COLOPHON (which is not part of the original manual page),
send a mail to man-pages@man7.org
E2fsprogs version 1.43.5-WIP February 2017 E4CRYPT(8)