Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2023 13:36:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 272127] fdescfs with linkrdlnk fails openat with O_DIRECTORY unless "ls -l" done in fdescfs dir first...
Message-ID:  <bug-272127-227-FrbIeJIZm0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272127-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272127-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272127

--- Comment #1 from Konstantin Belousov <kib@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 i=
t is
kind of incompatible with linrdlnk for obvious reasons.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272127-227-FrbIeJIZm0>