aboutsummaryrefslogtreecommitdiff
path: root/internal/fusefrontend_reverse/rpath.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-06-28 16:22:29 +0200
committerJakob Unterwurzacher2025-07-09 19:28:09 +0200
commitb499c26526ff3a257310ed9fc2c04680d3ee4ab6 (patch)
treeb2a8408eaf40f6ed94e18a36d29a03d43d8b9715 /internal/fusefrontend_reverse/rpath.go
parent8372f8b94769827c2055195f59f7ea277e3aef9f (diff)
fusefrontend_reverse: switch from sabhiram/go-gitignore to internal/go-git-gitignore
Diffstat (limited to 'internal/fusefrontend_reverse/rpath.go')
-rw-r--r--internal/fusefrontend_reverse/rpath.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/fusefrontend_reverse/rpath.go b/internal/fusefrontend_reverse/rpath.go
index 9625dc2..39857ff 100644
--- a/internal/fusefrontend_reverse/rpath.go
+++ b/internal/fusefrontend_reverse/rpath.go
@@ -109,10 +109,6 @@ func (rn *RootNode) openBackingDir(cPath string) (dirfd int, pPath string, err e
if err != nil {
return
}
- if rn.isExcludedPlain(pPath) {
- err = syscall.EPERM
- return
- }
// Open directory, safe against symlink races
pDir := filepath.Dir(pPath)
dirfd, err = syscallcompat.OpenDirNofollow(rn.args.Cipherdir, pDir)