This release includes:
- Build fixes
- Allow
fscrypt
to work in containers (#213) - Usability improvements
- Improve many error messages and suggestions (#219). For example, if the
encrypt
feature flag needs to be enabled on an ext4 filesystem,fscrypt
will now show thetune2fs
command to run. - Document how to securely use login protectors (#223), and link to that documentation when creating a new login protector (#225).
- Try to detect incomplete locking of v1-encrypted directory (#217)
- Several other small improvements.
- Improve many error messages and suggestions (#219). For example, if the
- [Developers] Added command-line interface tests (#218)