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:
Finally, we added improved documentation (#201, #204, #205) and fixed up the Makefile (#200)