From: Edgar Toernig <froese@gmx.de>
To: "Björn Steinbrink" <B.Steinbrink@gmx.de>
Cc: Kari Hurtta <hurtta+gmane@siilo.fmi.fi>,
linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: Re: [RFC/PATCH] revoke/frevoke system calls
Date: Sat, 22 Jul 2006 00:16:43 +0200 [thread overview]
Message-ID: <20060722001643.58b03bbb.froese@gmx.de> (raw)
In-Reply-To: <20060720210901.GA29485@atjola.homenet>
Björn Steinbrink wrote:
>
> On 2006.07.20 23:02:53 +0300, Kari Hurtta wrote:
> > Pekka J Enberg <penberg@cs.Helsinki.FI> writes in
> > gmane.linux.file-systems,gmane.linux.kernel:
> >
> > > From: Pekka Enberg <penberg@cs.helsinki.fi>
> > >
> > > [...]
> > > After we have done that to all file descriptors, we close the files and
> > > take down mmaps.
> >
> > What permissions is needed revoke access of other users open
> > files ?
> > [...]
> > BSD manual page for revoke(2) seems say:
> >
> > Access to a file may be revoked only by its owner or the super user.
>
> In do_revoke() there is:
>
> + if (current->fsuid != inode->i_uid && !capable(CAP_FOWNER)) {
> + ret = -EPERM;
> + goto out;
>
> That pretty much matches what the BSD manpage says.
Urgs, so any user may remove mappings from another process and
let it crash?
Reading revoke man pages, it seems the system call was meant for
tty devices. While I can see the generic case to be useful for
forced unmount, it seems pretty dangerous to allow any user to
revoke file access and tear down mappings.
Who needs the generic case anyway? IMO that's too much rope.
The effect on affected processes is nearly unpredictable.
IMHO, fuser is "good enough(tm)".
Btw, grep revoke POSIX.txt -> nil.
Ciao, ET.
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2006-07-21 22:16 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-20 12:07 [RFC/PATCH] revoke/frevoke system calls Pekka J Enberg
2006-07-20 20:02 ` Kari Hurtta
2006-07-20 21:09 ` Björn Steinbrink
2006-07-21 22:16 ` Edgar Toernig [this message]
2006-07-22 0:19 ` Andrew Morton
2006-07-22 6:22 ` Pekka J Enberg
2006-07-22 6:59 ` Andrew Morton
2006-07-22 7:41 ` Pekka Enberg
[not found] <6AFvY-7ZK-15@gated-at.bofh.it>
2006-07-20 21:26 ` Bodo Eggert
2006-07-20 23:01 ` roucaries bastien
-- strict thread matches above, loose matches on Subject: below --
2006-07-22 8:05 Albert Cahalan
2006-08-07 10:45 ` Pekka Enberg
2006-08-07 15:19 ` Albert Cahalan
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=20060722001643.58b03bbb.froese@gmx.de \
--to=froese@gmx.de \
--cc=B.Steinbrink@gmx.de \
--cc=hurtta+gmane@siilo.fmi.fi \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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).