1ecryptfs-verify(1) eCryptfs ecryptfs-verify(1)
2
3
4
6 ecryptfs-verify - validate an eCryptfs encrypted home or encrypted pri‐
7 vate configuration
8
9
11 ecryptfs-verify [-h|--home] [-p|--private] [-e|--filenames-encrypted]
12 [-n|--filenames-not-encrypted] [-u|--user USER] [--help]
13
14
16 -h, --home
17 True if HOME is correctly configured for encryption, False oth‐
18 erwise
19
20 -p, --private
21 True if a non-HOME directory is correctly configured for encryp‐
22 tion, False otherwise
23
24 -e, --filenames-encrypted
25 True if filenames are set for encryption, False otherwise
26
27 -n, --filenames-not-encrypted
28 True if filenames are not encrypted, False otherwise
29
30 -u, --user USER
31 By default, the current user's configuration is checked, over‐
32 ride with this option
33
34 --help This usage information
35
36
38 Note that options are additive. ALL checks must pass in order for this
39 program to exit 0. Any failing check will cause this program to exit
40 non-zero.
41
42
44 http://ecryptfs.org/
45
46
48 This manpage was written by Dustin Kirkland <kirkland@ubuntu.com> for
49 Ubuntu systems (but may be used by others). Permission is granted to
50 copy, distribute and/or modify this document under the terms of the GNU
51 General Public License, Version 2 or any later version published by the
52 Free Software Foundation.
53
54 On Debian and Ubuntu systems, the complete text of the GNU General Pub‐
55 lic License can be found in /usr/share/common-licenses/GPL.
56
57
58
59ecryptfs-utils 2012-01-24 ecryptfs-verify(1)