internal: introduce HasAccess, and use it
access(2) should check permissions of the caller UID/GID against file permissions. In loopback, this may not be delegated to an access syscall to the underlying file system, since that would use the UID/GID of the FUSE process.
Showing
internal/access.go
0 → 100644
internal/access_test.go
0 → 100644
Please register or sign in to comment