]> git.hungrycats.org Git - linux/commit
ext4: don't allow encrypted operations without keys
authorTheodore Ts'o <tytso@mit.edu>
Wed, 28 Dec 2016 05:22:52 +0000 (00:22 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Oct 2017 09:27:35 +0000 (11:27 +0200)
commit82854fb438caaeb84a0b2e47d0b0b8bbc4736aed
tree8ce45a54ae2187b7914f09c6f5a42532916d068e
parent4f22f0793ccedb43a8fd47c20943a777228b2265
ext4: don't allow encrypted operations without keys

commit 173b8439e1ba362007315868928bf9d26e5cc5a6 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/namei.c