linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: Fiedler Roman <Roman.Fiedler@ait.ac.at>
Cc: "linux-fsdevel@vger.kernel.org" <linux-fsdevel@vger.kernel.org>,
	"Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
Subject: Re: O_CREAT|O_DIRECTORY on nonexisting file with ext4 not posix-compliant
Date: Wed, 17 Dec 2014 08:43:05 +1100	[thread overview]
Message-ID: <20141217084305.37626f25@notabene.brown> (raw)
In-Reply-To: <2ECE9D9EEF1F524185270138AE23265947D58C1A@S0MSMAIL112.arc.local>

[-- Attachment #1: Type: text/plain, Size: 2869 bytes --]

On Tue, 16 Dec 2014 10:42:30 +0000 Fiedler Roman <Roman.Fiedler@ait.ac.at>
wrote:

> > Von: NeilBrown [mailto:neilb@suse.de]
> >
> > On Mon, 15 Dec 2014 17:39:09 +0000 Fiedler Roman
> > <Roman.Fiedler@ait.ac.at>
> > wrote:
> >
> > > Hi,
> > >
> > > It seems that the open syscall is not POSIX-compliant when using both
> > > O_CREAT|O_DIRECTORY. This was discussed in [1] with a reference to the
> > POSIX
> > > documentation.
> >
> > Given that O_DIRECTORY is not part of POSIX, I don't think that
> > POSIX-compliance is an issue here.
> 
> That's strange. Shouldn't [1] be the current 2013 standard with O_DIRECTORY 
> for open on page 1380? If not, all clear. If yes, does Linux adhere to the 
> older version, e.g. 2008 instead?

I stand corrected.  It is mentioned in POSIX.1-2008.

> 
> > However the implementation does seem to differ from the Linux
> > documentation.
> >
> > I suggest you submit a patch to the manpages project to change
> >
> >   If  pathname  is  not a directory
> >
> > to
> >
> >   If  pathname exists and is  not a directory
> >
> > That should fix the problem.
> 
> When [1] is not the standard to be applied, we are done here. If yes, it could 
> be decided if the clarifications from [2] (link included in discussion [3] 
> from previous message) are already relevant.

My own perspective is that as O_DIRECTORY was first introduced in Linux, the
Linux implementation should be the gold standard.

Neither the Linux man page nor the Posix document are explicit about the
meaning of "O_DIRECTORY|O_CREAT", and both are explicit about the purpose
of O_DIRECTORY being to avoid races and specifically to avoid opening a FIFO
or device-special file - a purpose which carries no implications for
O_DIRECTORY|O_CREAT in the case where the name doesn't exist.

As the documents aren't explicit and the code is, I think the code should win.

It does seem from your second link that Posix may change to make Linux
non-conforming.  This seems totally backwards to me.  I thought Posix was
meant to describe existing practice, not impose upon existing implementations.

So I still think this is a documentation issue.

I guess your first statement stands;

  When [1] is not the standard to be applied, we are done here.

My understanding is that Linux follows Posix when it makes sense to do so
(which it often does).  It isn't clear that it does in this case.

NeilBrown

P.S.  Given that the intended semantics was clearly "Don't open a fifo or
special file', it would have been nice of the flag was O_NO_DEV_FIFO...
Hindsight gives 20/20 vision?


> 
> > [Snip]
> 
> 
> [1] http://cfajohnson.com/pdf/Portable_Operating_System_Interface-POSIX.pdf
> [2] http://austingroupbugs.net/view.php?id=847
> [3] http://www.openwall.com/lists/oss-security/2014/11/26/10


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

  reply	other threads:[~2014-12-16 21:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-15 17:39 O_CREAT|O_DIRECTORY on nonexisting file with ext4 not posix-compliant Fiedler Roman
2014-12-16  2:49 ` NeilBrown
2014-12-16 10:42   ` AW: " Fiedler Roman
2014-12-16 21:43     ` NeilBrown [this message]
2014-12-16 16:36   ` Theodore Ts'o

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141217084305.37626f25@notabene.brown \
    --to=neilb@suse.de \
    --cc=Roman.Fiedler@ait.ac.at \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).