summaryrefslogtreecommitdiffstats
path: root/fsade.c
Commit message (Collapse)AuthorAgeFilesLines
* fsade: Fix ACL detection on macOSTavian Barnes2019-05-241-10/+29
|
* Implement -xattr predicateTavian Barnes2019-05-241-2/+48
|
* fsade: Refactor the POSIX.1e abstractionsTavian Barnes2019-05-241-0/+232
Since we're going to want to abstract more things that aren't part of POSIX.1e (like xattrs) in a similar way, let's give this a more generic name. And while we're at it, give it some more precise error reporting, and add some tests.