lkml.org 
[lkml]   [2023]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v14 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
    On Fri, Jan 06, 2023 at 12:53:41PM -0800, Andy Lutomirski wrote:
    >
    >
    > On Thu, Jan 5, 2023, at 6:08 PM, Linus Torvalds wrote:
    > > On Thu, Jan 5, 2023 at 5:02 PM Linus Torvalds
    > > <torvalds@linux-foundation.org> wrote:
    > >>
    > >> None of what you ask for is for any kind of real security, it's all
    > >> just crazy "but I want to feel the warm and fuzzies and take shortcuts
    > >> elsewhere, and push my pain onto other people".
    > >
    > > Actually, let me maybe soften that a bit and say that it's
    > > "convenience features". It might make some things more _convenient_ to
    > > do, exactly because it might allow other parts to do short-cuts.
    > >
    > > But because it's a convenience-feature, it had also better either be
    > > (a) really easy and clear to do in the kernel and (b) have
    > > sufficiently *wide* convenience so that it doesn't end up being one of
    > > those "corner case things we have to maintain forever and nobody
    > > uses".
    > >
    > > And I think VM_DROPPABLE matches (a), and would be fine if it had some
    > > other non-made-up use (although honestly, we should solve the 32-bit
    > > problem first - ignoring it isn't fine for anything that is supposed
    > > to be widely useful).
    > >
    > > We *have* talked about features kind of like it before, for people
    > > doing basically caches in user space that they can re-create on demand
    > > and are ok with just going away under memory pressure.
    > >
    > > But those people almost invariably want dropped pages to cause a
    > > SIGSEGV or SIGBUS, not to come back as zeroes.
    > >
    > > So you were insulting when you said kernel people don't care about
    > > security issues. And I'm just telling you that's not true, but it
    > > *is* 100% true that kernel people are often really fed up with
    > > security people who have their blinders on, focus on some small thing,
    > > and think nothing else ever matters.
    > >
    > > So yes, the way to get something like VM_DROPPABLE accepted is to
    > > remove the blinders, and have it be something more widely useful, and
    > > not be a "for made up bad code".
    >
    > I'm going to suggest a very very different approach: fix secret storage in memory for real. That is, don't lock "super secret sensitive stuff" into memory, and don't wipe it either. *Encrypt* it.
    >
    > This boils down to implementing proper encrypted swap support, which is not conceptually that difficult. The kernel already has identifiers (mapping, offset, etc) for every page in swap and already stores some metadata. Using that as part of a cryptographic operation seems conceptually fairly straightforward.

    Not sure this solves the right problem, which is primarily related to
    forward secrecy, which means the important property is timely secret
    erasure. Writing things out to disk complicates that, and encrypted swap
    means moving the problem into key lifetime, which sounds like a can of
    worms to synchronize. So this doesn't sound so appealing to me as a
    solution.

    It does sound like a potentially nice thing for other uses, though.

    Jason

    \
     
     \ /
      Last update: 2023-03-26 23:31    [W:3.866 / U:0.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site