mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tvrtko Ursulin <tvrtko.ursulin@sophos.com>
To: John Stoffel <john@stoffel.org>
Cc: "Valdis.Kletnieks@vt.edu" <Valdis.Kletnieks@vt.edu>,
	Eric Paris <eparis@redhat.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-fsdevel@vger.kernel.org" <linux-fsdevel@vger.kernel.org>,
	"malware-list@dmesg.printk.net" <malware-list@dmesg.printk.net>,
	"greg@kroah.com" <greg@kroah.com>,
	"jcm@redhat.com" <jcm@redhat.com>,
	Douglas Leeder <douglas.leeder@sophos.com>,
	"tytso@mit.edu" <tytso@mit.edu>,
	"arjan@infradead.org" <arjan@infradead.org>,
	"david@lang.hm" <david@lang.hm>,
	"jengelh@medozas.de" <jengelh@medozas.de>,
	"aviro@redhat.com" <aviro@redhat.com>,
	"mrkafk@gmail.com" <mrkafk@gmail.com>,
	"alexl@redhat.com" <alexl@redhat.com>,
	"jack@suse.cz" <jack@suse.cz>,
	"a.p.zijlstra@chello.nl" <a.p.zijlstra@chello.nl>,
	"hch@infradead.org" <hch@infradead.org>,
	"alan@lxorguk.ukuu.org.uk" <alan@lxorguk.ukuu.org.uk>,
	"mmorley@hcl.in" <mmorley@hcl.in>,
	"pavel@suse.cz" <pavel@suse.cz>
Subject: Re: fanotify - overall design before I start sending patches
Date: Wed, 5 Aug 2009 10:32:59 +0100	[thread overview]
Message-ID: <200908051032.59866.tvrtko.ursulin@sophos.com> (raw)
In-Reply-To: <19064.31705.491774.122207@stoffel.org>

On Tuesday 04 August 2009 19:20:09 John Stoffel wrote:
> >>>>> "Valdis" == Valdis Kletnieks <Valdis.Kletnieks@vt.edu> writes:
>
> Valdis> On Tue, 04 Aug 2009 12:27:48 EDT, Eric Paris said:
> >> On Tue, 2009-08-04 at 17:09 +0100, Tvrtko Ursulin wrote:
> >> > Would it make more sense to deny on timeouts and then evict? I am
> >> > thinking it would be more secure with no significant drawbacks. Also
> >> > for usages like HSM allowing it without data being in place might
> >> > present wrong content to the user.
> >>
> >> I'd be willing to go that route as long as noone else complains.
>
> Valdis> Yes, in my world, "deny on timeout and evict" is the better
> Valdis> design decision.  For an HSM, you'd rather have a
> Valdis> quick-and-ugly death on a failed file open than an app
> Valdis> accidentally reading the HSM's stub data thinking it's the
> Valdis> original data.
>
> Speaking as somone who is working slowly to deploy an HSM service, one
> thing to note is that when you *do* see the stub file contents, you
> know that your HSM is busted somehow.
>
> How will fanotify deal with this issue?  Sorry, I haven't paid enough
> attention to this thread though I know I should since it's up my $WORK
> alley.

Would it make sense to allow the listener to pass in (on registration, maybe 
also on response) the error code which will be received by userspace? In that 
way HSM could set it to -ENODATA (or something), malware scanning to -EACCESS 
etc. which would give userspace a clearer indication of what went wrong.

Tvrtko

  parent reply	other threads:[~2009-08-05  9:33 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-24 20:13 Eric Paris
2009-07-24 20:48 ` david
2009-07-24 21:01   ` Eric Paris
2009-07-24 21:44     ` Jamie Lokier
2009-07-27 17:52       ` Evgeniy Polyakov
2009-07-29 20:11         ` Eric Paris
2009-07-24 21:00 ` Andreas Dilger
2009-07-24 21:21   ` Eric Paris
2009-07-24 22:42     ` Andreas Dilger
2009-07-24 23:01       ` Jamie Lokier
2009-07-24 22:48 ` Jamie Lokier
2009-07-24 23:25   ` Eric Paris
2009-07-24 23:46     ` Jamie Lokier
2009-07-24 23:49   ` Eric Paris
2009-07-25  0:29     ` Jamie Lokier
2009-07-27 18:33       ` Andreas Dilger
2009-07-27 19:23         ` Jamie Lokier
2009-07-28 17:59           ` Andreas Dilger
2009-07-29 20:14           ` Eric Paris
2009-07-29 20:12         ` Eric Paris
2009-07-29 20:07       ` Eric Paris
2009-07-27 16:54   ` Jan Kara
2009-07-25 14:22 ` Niraj kumar
2009-07-29 20:08   ` Eric Paris
2009-07-28 11:48 ` Jon Masters
2009-07-29 20:20   ` Eric Paris
2009-08-03 16:23 ` Christoph Hellwig
2009-08-03 16:55   ` Eric Paris
2009-08-03 18:04     ` Christoph Hellwig
2009-08-03 18:13       ` Eric Paris
2009-08-04 16:09 ` Tvrtko Ursulin
2009-08-04 16:27   ` Eric Paris
2009-08-04 16:39     ` Tvrtko Ursulin
2009-08-04 17:22     ` Valdis.Kletnieks
2009-08-04 18:20       ` John Stoffel
2009-08-04 18:50         ` Eric Paris
2009-08-05  9:32         ` Tvrtko Ursulin [this message]
2009-08-04 16:34 ` Tvrtko Ursulin
2009-08-05 10:12   ` Douglas Leeder
2009-08-05 10:35   ` Douglas Leeder
2009-08-05  2:05 ` Pavel Machek
2009-08-05 16:46   ` Tvrtko Ursulin
2009-08-06 10:10     ` Pavel Machek
2009-08-06 10:20       ` Tvrtko Ursulin
2009-08-06 10:24         ` Pavel Machek
2009-08-06 10:20       ` Douglas Leeder
2009-08-06 10:22         ` Pavel Machek
2009-08-07  8:59           ` Jamie Lokier
2009-08-06 10:29         ` Peter Zijlstra
2009-08-06 10:59           ` Tvrtko Ursulin
2009-08-06 11:23             ` Peter Zijlstra
2009-08-06 12:48               ` Tvrtko Ursulin
2009-08-06 12:58                 ` Alan Cox
2009-08-06 18:18                   ` Eric Paris
2009-08-06 13:50               ` Kernel Event Notification Subsystem (was: fanotify - overall design before I start sending patches) Al Boldi
2009-08-06 18:18               ` fanotify - overall design before I start sending patches Eric Paris
2009-08-07 16:36                 ` Miklos Szeredi
2009-08-07 17:43                   ` Eric Paris
2009-08-08 10:36                     ` Pavel Machek
2009-08-10 10:03                     ` Miklos Szeredi
2009-08-08 10:34                 ` Pavel Machek
2009-08-06 11:24             ` Pavel Machek

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=200908051032.59866.tvrtko.ursulin@sophos.com \
    --to=tvrtko.ursulin@sophos.com \
    --cc=Valdis.Kletnieks@vt.edu \
    --cc=a.p.zijlstra@chello.nl \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=alexl@redhat.com \
    --cc=arjan@infradead.org \
    --cc=aviro@redhat.com \
    --cc=david@lang.hm \
    --cc=douglas.leeder@sophos.com \
    --cc=eparis@redhat.com \
    --cc=greg@kroah.com \
    --cc=hch@infradead.org \
    --cc=jack@suse.cz \
    --cc=jcm@redhat.com \
    --cc=jengelh@medozas.de \
    --cc=john@stoffel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=malware-list@dmesg.printk.net \
    --cc=mmorley@hcl.in \
    --cc=mrkafk@gmail.com \
    --cc=pavel@suse.cz \
    --cc=tytso@mit.edu \
    /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

all inboxes | Powered by JetHome®