https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197778
Greg V <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Greg V <[email protected]> --- This flag is used in https://github.com/flatpak/xdg-desktop-portal 's document-portal, for fstatat in combination with AT_SYMLINK_NOFOLLOW, which seems to be "fstat the symlink". Since we do not have O_PATH, we can't get the same symlink handling as Linux at all, so this call in particular wouldn't be useful without O_PATH. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
