Re: [PATCH 4/4] ubifs: Implement new mount option, fscrypt_key_required

From: James Bottomley
Date: Thu Mar 14 2019 - 19:15:17 EST


On Thu, 2019-03-14 at 18:15 +0100, Richard Weinberger wrote:
> Usually fscrypt allows limited access to encrypted files even
> if no key is available.
> Encrypted filenames are shown and based on this names users
> can unlink and move files.

Shouldn't they be able to read/write and create as well (all with the
ciphertext name and contents, of course) ... otherwise how does backup
of encrypted files by admin without the key ever work?

James