lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 17 Dec 2020 18:35:43 +0100 From: Arnaud Ferraris <arnaud.ferraris@...labora.com> To: linux-ext4@...r.kernel.org Cc: drosen@...gle.com, krisman@...labora.com, ebiggers@...nel.org, tytso@....edu, Arnaud Ferraris <arnaud.ferraris@...labora.com> Subject: [PATCH v3 11/12] e2fsck.8.in: Document check_encoding extended option From: Gabriel Krisman Bertazi <krisman@...labora.com> Signed-off-by: Gabriel Krisman Bertazi <krisman@...labora.com> Signed-off-by: Arnaud Ferraris <arnaud.ferraris@...labora.com> --- e2fsck/e2fsck.8.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/e2fsck/e2fsck.8.in b/e2fsck/e2fsck.8.in index 4e3890b2..019a34ec 100644 --- a/e2fsck/e2fsck.8.in +++ b/e2fsck/e2fsck.8.in @@ -267,6 +267,10 @@ Only fix damaged metadata; do not optimize htree directories or compress extent trees. This option is incompatible with the -D and -E bmap2extent options. .TP +.BI check_encoding +Force verification of encoded filenames in case-insensitive directories. +This is the default mode if the filesystem has the strict flag enabled. +.TP .BI unshare_blocks If the filesystem has shared blocks, with the shared blocks read-only feature enabled, then this will unshare all shared blocks and unset the read-only -- 2.29.2
Powered by blists - more mailing lists