- Add a warning about usage of --debug flag
- Refactor ZFS keystore encryption support
- Add preliminary support for LUKS-keystore-based ZFS encryption implemented by Ubuntu
- Use new MemoryLocker without a need for FFI compilation step
- Make memory locking optional with
--insecure-memory
command line option - Remove FFI gem dependency
- Lock memory to prevent secrets leaking to swap
- Use
ramfs
instead oftmpfs
for the same reason
- Standardize passphrase prompt
- Initial release