libgocryptfs/internal/fusefrontend_reverse
Jakob Unterwurzacher 9ec9d0c49c syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow
The function used to do two things:

1) Walk the directory tree in a manner safe from symlink attacks
2) Open the final component in the mode requested by the caller

This change drops (2), which was only used once, and lets the caller
handle it. This simplifies the function and makes it fit for reuse in
forward mode in openBackingPath(), and for using O_PATH on Linux.
2018-09-08 17:41:17 +02:00
..
ctlsock_interface.go gccgo: replace syscall.NAME_MAX with unix.NAME_MAX 2018-02-01 23:50:11 +01:00
isexcluded_test.go fusefrontend_reverse: reject excludes for the root directory "" 2018-08-15 12:28:29 +02:00
reverse_longnames.go syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow 2018-09-08 17:41:17 +02:00
rfile.go syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow 2018-09-08 17:41:17 +02:00
rfs.go syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow 2018-09-08 17:41:17 +02:00
rpath.go syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow 2018-09-08 17:41:17 +02:00
rpath_cache.go fusefrontend_reverse: use OpenNofollow in findLongnameParent 2018-01-17 20:54:05 +01:00
virtualfile.go syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow 2018-09-08 17:41:17 +02:00