Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-02 | fusefrontend: xattr: return ENODATA for security.* and system.* | Jakob Unterwurzacher | |
"ls -l" queries security.selinux, system.posix_acl_access, system.posix_acl_default and throws error messages if it gets something else than ENODATA. | |||
2018-03-28 | Switch from private copy to pkg/xattr | Jakob Unterwurzacher | |
Now that https://github.com/pkg/xattr/pull/24 has been merged there is no reason to keep our private copy. Switch to the upstream version. | |||
2018-03-25 | fusefrontend: add xattr support | Jakob Unterwurzacher | |
At the moment, only for reverse mode. https://github.com/rfjakob/gocryptfs/issues/217 |