You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS 11 and later's openat supports an O_NOFOLLOW_ANY flag which causes resolution to fail if any path component contains a symlink. We can use this to implement a fast-path for os.Root operations in the common case when the path does not contain a symlink.