From: Eric Biggers Date: Mon, 18 Nov 2019 01:48:48 +0000 (-0800) Subject: chattr.1: adjust documentation for encryption attribute X-Git-Tag: v1.45.5~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93cea43534e4be051130a370b8ee086c388fddd5;p=thirdparty%2Fe2fsprogs.git 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 Signed-off-by: Theodore Ts'o --- 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).