Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-29 | fusefrontend: drop xattr user namespace restriction | Jakob Unterwurzacher | |
We used to restrict setting xattrs to the "user." namespace. I don't see a real reason for this anymore, and it causes trouble for users who are using acls. Tests will be added in the next commit. https://github.com/rfjakob/gocryptfs/issues/453 | |||
2018-04-17 | Improved xattr handling on non-linux systems (#227) | bolshevik | |
* Fixed xattr filtering for MacOS. "system." and "user." prefixes are only relevant for Linux. * Small cleanup and additional tests. |