aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-11-17 17:48:48 -0800
committerTheodore Ts'o <tytso@mit.edu>2019-11-18 12:14:33 -0500
commit93cea43534e4be051130a370b8ee086c388fddd5 (patch)
tree56019a05a9a29252ee2eec76b6402689921a1e46
parentbe335e31e77a28a8448d538b0d9416a2a3f8eb0d (diff)
downloade2fsprogs-93cea43534e4be051130a370b8ee086c388fddd5.tar.gz
chattr.1: adjust documentation for encryption attribute
Adjust the documentation for the encryption attribute ('E') to clarify that encryption isn't experimental anymore and isn't restricted to regular files, and that the encryption is done by the filesystem. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--misc/chattr.1.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/chattr.1.in b/misc/chattr.1.in
index 2122a13ef..18b316e32 100644
--- a/misc/chattr.1.in
+++ b/misc/chattr.1.in
@@ -114,9 +114,8 @@ The 'e' attribute indicates that the file is using extents for mapping
the blocks on disk. It may not be removed using
.BR chattr (1).
.PP
-The 'E' attribute is used by the experimental encryption patches to
-indicate that the file has been encrypted. It may not be
-set or reset using
+A file, directory, or symlink with the 'E' attribute set is encrypted by the
+filesystem. This attribute may not be set or reset using
.BR chattr (1),
although it can be displayed by
.BR lsattr (1).