Age | Commit message (Collapse) | Author |
|
macos rm does not understand --one-file-system,
and it cannot handle unreadable directories.
|
|
|
|
On MacOS, symlinks don't have their own permissions,
so don't check for them.
|
|
Fstatat has recently been added to x/sys/unix. Make
it available for use in gocryptfs.
|
|
The infrastructure will also be used by the upcoming
OpenNofollow tests.
|
|
For absolute paths, the file descriptor should be ignored. In such a case
there is also no need to hold the lock or change the working directory.
|
|
Also fix the bug in emulateFchmodat that was found by the tests.
|