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
Right now it's not possible to readlink an O_PATH | O_NOFOLLOW handle to a symlink. While this isn't strictly required for security (after all, readlinkat will give you an error if the target is not a symlink and we don't need special handling for magic-links) this would be a huge nice-to-have.
This is somewhat related to #7 because we would use it for as_unsafe_path.
The text was updated successfully, but these errors were encountered:
Right now it's not possible to
readlink
anO_PATH | O_NOFOLLOW
handle to a symlink. While this isn't strictly required for security (after all,readlinkat
will give you an error if the target is not a symlink and we don't need special handling for magic-links) this would be a huge nice-to-have.This is somewhat related to #7 because we would use it for
as_unsafe_path
.The text was updated successfully, but these errors were encountered: