From: Rene Herman <rene.herman@home.nl>
To: 7eggert@gmx.de
Cc: Mike Mohr <akihana@gmail.com>, linux-kernel@vger.kernel.org
Subject: Re: group ownership of tun devices -- nonfunctional?
Date: Sun, 19 Aug 2007 18:10:20 +0200 [thread overview]
Message-ID: <46C86B6C.8090209@home.nl> (raw)
In-Reply-To: <E1IMnHK-00012c-VC@be1.lrz>
On 08/19/2007 06:05 PM, Bodo Eggert wrote:
> IMHO the check is broken:
>
> + if (((tun->owner != -1 &&
> + current->euid != tun->owner) ||
> + (tun->group != -1 &&
> + current->egid != tun->group)) &&
> + !capable(CAP_NET_ADMIN))
> return -EPERM;
>
> It should be something like:
>
> + if (!((tun->owner == tun->owner) ||
> + (tun->group == tun->group) ||
???
> + capable(CAP_NET_ADMIN)))
> return -EPERM;
>
> Please verify and forward to the maintainers if my guess appears to be correct.
Rene.
next prev parent reply other threads:[~2007-08-19 16:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <8Tpwf-3Nb-1@gated-at.bofh.it>
2007-08-19 16:05 ` group ownership of tun devices -- nonfunctional? Bodo Eggert
2007-08-19 16:10 ` Rene Herman [this message]
2007-08-19 21:42 ` Bodo Eggert
2007-08-19 23:24 ` Rene Herman
2007-08-20 11:45 ` Bodo Eggert
2007-08-22 20:42 ` Jeff Dike
2007-08-23 7:13 ` Guido Guenther
2007-08-18 5:56 Mike Mohr
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=46C86B6C.8090209@home.nl \
--to=rene.herman@home.nl \
--cc=7eggert@gmx.de \
--cc=akihana@gmail.com \
--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