[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100604193539.GH31073@ZenIV.linux.org.uk>
Date: Fri, 4 Jun 2010 20:35:39 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Christoph Hellwig <hch@...radead.org>
Cc: Nick Piggin <npiggin@...e.de>, linux-kernel@...r.kernel.org,
linux-fsdevel@...r.kernel.org, Alan Cox <alan@...rguk.ukuu.org.uk>
Subject: Re: [PATCH, RFC] tty: stop abusing file->f_u.fu_list
On Fri, Jun 04, 2010 at 02:39:34PM -0400, Christoph Hellwig wrote:
> The ttry code currently abuses the file anchor for the per-sb file list
> to track instances of a given tty. But there's no good reason for
> that, we can just install a proxy object in file->private that gets
> added to the list and points to the tty and keep the list away from
> VFS internals.
>
> Note that I've just if 0'd the selinux mess poking into it. While we
> could trivially port it to the new code by making the tty_private
> structure public this code is just too revolting to be kept around.
> It would never have been there anyway if a person with some amount of
> clue had ever reviewed the selinux code. And no, it's not just the
> tty portion, the rest of that function is just as bad.
This is disgusting, as much as selinux code you've mentioned ;-/
FWIW, selinux problem here is interesting - essentially, it violates its
own rules since the real object here is not an inode. It's tty. And
inode pretty much serves as a name - potentially one of many. So the
policy should've been associated with tty instead...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists