go-billy
go-billy copied to clipboard
question: chroot does not process path target from symlink?
Chroot does not process path target from symlink? It is normal behavior?
Follow concept code
baseDir := "/foo/bar"
fs := chroot.New(&billyFilesystemSomeImpl{}, baseDir)
// lrwxr-xr-x /foo/bar/lint-to-tmp -> /tmp
fs.Open("/foo/bar/link-to-tmp")
// opened without errors