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: Fri, 17 Dec 2021 23:08:14 -0500 From: "Theodore Ts'o" <tytso@....edu> To: Ext4 Developers List <linux-ext4@...r.kernel.org> Cc: Leah Rumancik <leah.rumancik@...il.com>, "Theodore Ts'o" <tytso@....edu> Subject: [PATCH] test-appliance: add ext4/050 to encrypt.exclude The ext4/050 test can't handle encrypted directories, so skip it for now. Signed-off-by: Theodore Ts'o <tytso@....edu> --- .../test-appliance/files/root/fs/ext4/cfg/encrypt.exclude | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude index f3c7a959..21a8b45f 100644 --- a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude +++ b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude @@ -12,6 +12,11 @@ ext4/028 # file systems with encryption enabled can't be mounted with ext3 ext4/044 +# This test to make sure ext4 directory entries are appropriately +# wiped after a file is deleted, or after htree operations is +# incompatible with an encrypted directory. +ext4/048 + # These tests use the old-style quota support where the quota files are user # files instead of hidden inodes. This isn't compatible with # test_dummy_encryption, as it causes the quota files to be encrypted. -- 2.31.0
Powered by blists - more mailing lists