github google/fscrypt v0.3.0
Simplify and fix PAM configuration, and update documentation

latest releases: v0.3.5, v0.3.4, v0.3.3...
pre-release3 years ago

While this release includes some potentially breaking changes, we don't expect this to break users in practice.

Potentially breaking changes to pam_fscrypt module:

  • #281: Remove the drop_caches and lock_policies options. The lock_policies behavior is now unconditional, while the correct drop_caches setting is now auto-detected. Existing PAM files that specify these options will continue to work, but these options will now be ignored.
  • #278: Prioritize over other session modules. The pam_fscrypt session hook is now inserted into the correct place in the PAM stack when pam_fscrypt is configured using Debian's / Ubuntu's PAM configuration framework.

Non-breaking changes:

  • #261: Add Bash completions for fscrypt
  • #275: Fix an error message
  • #263: Correctly detect "incompletely locked" v1-encrypted directories on kernel versions 5.10 and later

Other:

  • #244: Improve Ubuntu installation instructions
  • #264, #269: Minor README updates
  • #256, #257, #267, #277, #283: CI updates, including switching from Travis CI to GitHub Actions

Don't miss a new fscrypt release

NewReleases is sending notifications on new releases.