From: Christoph Hellwig <hch@infradead.org>
To: James Morris <jmorris@redhat.com>
Cc: Andrew Morton <akpm@osdl.org>,
Stephen Smalley <sds@epoch.ncsc.mil>,
linux-kernel@vger.kernel.org
Subject: Re: [SELINUX] Handle fuse binary mount data.
Date: Sun, 29 Feb 2004 21:55:42 +0000 [thread overview]
Message-ID: <20040229215542.A31786@infradead.org> (raw)
In-Reply-To: <Xine.LNX.4.44.0402291637360.22151-100000@thoron.boston.redhat.com>; from jmorris@redhat.com on Sun, Feb 29, 2004 at 04:38:51PM -0500
On Sun, Feb 29, 2004 at 04:38:51PM -0500, James Morris wrote:
> /* Ignore these fileystems with binary mount option data. */
> - if (!strcmp(name, "coda") ||
> - !strcmp(name, "afs") || !strcmp(name, "smbfs"))
> + if (!strcmp(name, "coda") || !strcmp(name, "afs") ||
> + !strcmp(name, "smbfs") || !strcmp(name, "fuse"))
> goto out;
Umm, binary mount data is bad enough, but hardcoding filesystem-depend code
in selinux is just bogus..
next prev parent reply other threads:[~2004-02-29 21:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-29 21:38 [SELINUX] Handle fuse binary mount data James Morris
2004-02-29 21:55 ` Christoph Hellwig [this message]
2004-02-29 23:02 ` Andrew Morton
2004-02-29 23:41 ` H. Peter Anvin
2004-03-01 1:24 ` James Morris
2004-03-01 1:59 ` H. Peter Anvin
2004-03-01 9:48 ` Urban Widmark
2004-03-01 13:15 ` James Morris
2004-03-01 19:52 ` Urban Widmark
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=20040229215542.A31786@infradead.org \
--to=hch@infradead.org \
--cc=akpm@osdl.org \
--cc=jmorris@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sds@epoch.ncsc.mil \
/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