Skip to content

Add Detection for V2 kernel support

Pre-release
Pre-release
Compare
Choose a tag to compare
@josephlr josephlr released this 24 Mar 22:52
· 207 commits to master since this release
2b160ae

The main addition in this release is that we now automatically detect support for V2 policies when running fscrypt setup and configure /etc/fscrypt.conf appropriately (#205). This allows uses on newer kernels to automatically start using V2 policies without manually changing /etc/fscrypt.conf. To use these new policies, simply run sudo fscrypt setup and your /etc/fscrypt.conf will be automatically updated.

We also made changes to make the build of fscrypt reproducible:

  • Simplify fscrypt --version output (#207)
  • Use -trimpath (#208)

Finally, we added improved documentation (#201, #204, #205) and fixed up the Makefile (#200)