Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-01 | fusefrontend: make GetXAttr() symlink-safe on Linux | Jakob Unterwurzacher | |
Uses the /proc/self/fd trick, which does not work on Darwin. | |||
2018-05-07 | xattr: added passing of a "flags" parameter | Bolshevik | |
Pass the "flags" parameter to the lower layer syscall. This makes Apple applications being able to successfully save data. |