https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272127
--- Comment #1 from Konstantin Belousov <k...@freebsd.org> --- PR 255625 / D30131 fixes that. I believe it was not committed waiting on your feedback. But even with D30131 applied, the result of your test program is EACCES, because you opened fd 3 with O_PATH. You need nodup option for that to work, but it is kind of incompatible with linrdlnk for obvious reasons. -- You are receiving this mail because: You are the assignee for the bug.