diff options
author | Jakob Unterwurzacher | 2018-03-18 17:43:38 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-03-25 21:06:10 +0200 |
commit | 1ed3d51df1750d5472b1349222c352171f1e8d64 (patch) | |
tree | b5f02aa633e8ebf1a71c4d1778a2e29310541d33 /README.md | |
parent | f20974c4dad913a07ce5808005fe07084f87c95f (diff) |
fusefrontend: add xattr support
At the moment, only for reverse mode.
https://github.com/rfjakob/gocryptfs/issues/217
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -156,6 +156,8 @@ Changelog vNEXT, in progress * Add `-masterkey=stdin` functionality ([#218](https://github.com/rfjakob/gocryptfs/issues/218)) +* Support extended attributes (xattr) in forward mode + ([#217](https://github.com/rfjakob/gocryptfs/issues/217)) v1.4.4, 2018-03-18 * Overwrite secrets in memory with zeros as soon as possible |