commit | 173b8439e1ba362007315868928bf9d26e5cc5a6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Dec 28 00:22:52 2016 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jan 08 00:58:23 2017 -0500 |
tree | 68b5b61d03d14e79a6e93059c15015cd26e09750 | |
parent | 5bbdcbbb396196f1c94110ad7a041e90de95c4c2 [diff] |
ext4: don't allow encrypted operations without keys While we allow deletes without the key, the following should not be permitted: # cd /vdc/encrypted-dir-without-key # ls -l total 4 -rw-r--r-- 1 root root 0 Dec 27 22:35 6,LKNRJsp209FbXoSvJWzB -rw-r--r-- 1 root root 286 Dec 27 22:35 uRJ5vJh9gE7vcomYMqTAyD # mv uRJ5vJh9gE7vcomYMqTAyD 6,LKNRJsp209FbXoSvJWzB Signed-off-by: Theodore Ts'o <tytso@mit.edu>