diff options
author | Leah Rumancik <leah.rumancik@gmail.com> | 2021-04-22 18:08:34 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2021-04-22 16:51:23 -0400 |
commit | 6c0912739699d8e4b6a87086401bf3ad3c59502d (patch) | |
tree | 3c418e18dc009422a2c63e4b244da2afdd58f36a /drivers/scsi | |
parent | 5899593f51e63dde2f07c67358bd65a641585abb (diff) |
ext4: wipe ext4_dir_entry2 upon file deletion
Upon file deletion, zero out all fields in ext4_dir_entry2 besides rec_len.
In case sensitive data is stored in filenames, this ensures no potentially
sensitive data is left in the directory entry upon deletion. Also, wipe
these fields upon moving a directory entry during the conversion to an
htree and when splitting htree nodes.
The data wiped may still exist in the journal, but there are future
commits planned to address this.
Signed-off-by: Leah Rumancik <leah.rumancik@gmail.com>
Link: https://lore.kernel.org/r/20210422180834.2242353-1-leah.rumancik@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'drivers/scsi')
0 files changed, 0 insertions, 0 deletions