linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: hch@infradead.org, akpm@linux-foundation.org,
	linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: Re: [patch 5/5] VFS: allow filesystem to override mknod capability checks
Date: Fri, 21 Sep 2007 15:33:38 +0100	[thread overview]
Message-ID: <20070921143338.GA14577@infradead.org> (raw)
In-Reply-To: <E1IYiOv-0001f6-00@dorka.pomaz.szeredi.hu>

On Fri, Sep 21, 2007 at 03:18:33PM +0200, Miklos Szeredi wrote:
> > That's something that shouldn't be solved in the filesystem, but rather
> > through exact semantics of unprivilegued mounts.  Given that an
> > unprivilegued implies ignoring the device files we can easily allow
> > users to create them, because they're nothing special anymore.
> 
> Exacly.  And we already have an API for that: mknod(2).  It would be
> quite stupid to introduce _another_ API to do the same.  It would mean
> that all the tools, like mknod(8) would not work with the new API.
> 
> Or am I misunderstanding your suggestion?

Yes :)

My suggestions is:

 - mknod for unprivilegued user is allowed in the following case

    (1) mount point is mounted with MNT_NODEV
    (2) mount point is owner by the user doing mknod

 - and maybe

    (3) we have a special mount option to allow it if we don't want
        to allow it for normal unprivilegued mounts for some reason

which implies we need to get in unprivilegued mounts first, but we'll
have to do that anyway.

  reply	other threads:[~2007-09-21 14:33 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-21 12:23 [patch 0/5] VFS changes Miklos Szeredi
2007-09-21 12:23 ` [patch 1/5] VFS: pass open file to ->setattr() Miklos Szeredi
2007-09-21 12:23 ` [patch 2/5] VFS: pass open file to ->getattr() Miklos Szeredi
2007-09-21 18:37   ` Andreas Dilger
2007-09-21 21:07     ` Miklos Szeredi
2007-09-21 12:23 ` [patch 3/5] VFS: pass open file to ->xattr() Miklos Szeredi
2007-09-21 12:43   ` Christoph Hellwig
2007-09-21 13:00     ` Miklos Szeredi
2007-09-21 13:06       ` Christoph Hellwig
2007-09-21 13:16         ` Miklos Szeredi
2007-09-21 14:32           ` Trond Myklebust
2007-09-21 14:34             ` Christoph Hellwig
2007-09-21 14:59               ` Miklos Szeredi
2007-09-21 18:44                 ` Andreas Dilger
2007-09-21 21:15                   ` Miklos Szeredi
2007-09-21 14:43             ` Miklos Szeredi
2007-09-21 18:39   ` Andreas Dilger
2007-09-21 12:23 ` [patch 4/5] VFS: allow filesystems to implement atomic open+truncate Miklos Szeredi
2007-09-21 12:44   ` Christoph Hellwig
2007-09-21 13:01     ` Miklos Szeredi
2007-09-21 18:47   ` Andreas Dilger
2007-09-21 12:23 ` [patch 5/5] VFS: allow filesystem to override mknod capability checks Miklos Szeredi
2007-09-21 12:45   ` Christoph Hellwig
2007-09-21 13:10     ` Miklos Szeredi
2007-09-21 13:14       ` Christoph Hellwig
2007-09-21 13:18         ` Miklos Szeredi
2007-09-21 14:33           ` Christoph Hellwig [this message]
2007-09-21 14:48             ` Miklos Szeredi
2007-09-21 14:53               ` Christoph Hellwig
2007-09-21 15:11                 ` Miklos Szeredi

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=20070921143338.GA14577@infradead.org \
    --to=hch@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    /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).