Build fixes, container support, and usability improvements
Pre-release
Pre-release
This release includes:
- Build fixes
- Allow
fscryptto work in containers (#213) - Usability improvements
- Improve many error messages and suggestions (#219). For example, if the
encryptfeature flag needs to be enabled on an ext4 filesystem,fscryptwill now show thetune2fscommand 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)