Skip to content

v0.3.2

Compare
Choose a tag to compare
@ebiggers ebiggers released this 06 Feb 19:16
· 69 commits to master since this release

This release includes the following improvements:

  • Made linked protectors (e.g., login protectors used on a non-root filesystem) more reliable when a filesystem UUID changes.
  • Made login protectors be owned by the user when they are created as root, so that the user has permission to update them later.
  • Made fscrypt work when the root directory is a btrfs filesystem.
  • Made pam_fscrypt start warning when a user's login protector is getting de-synced due to their password being changed by root.
  • Support reading the key for raw key protectors from standard input.
  • Made fscrypt metadata remove-protector-from-policy work even if the protector is no longer accessible.
  • Made fscrypt stop trying to access irrelevant filesystems.
  • Improved the documentation.