lkml.org 
[lkml]   [2019]   [Jun]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH, RFC 45/62] mm: Add the encrypt_mprotect() system call for MKTME
On Tue, Jun 18, 2019 at 07:09:36AM -0700, Dave Hansen wrote:
> On 6/18/19 2:12 AM, Peter Zijlstra wrote:
> > On Tue, Jun 18, 2019 at 02:23:31PM +1200, Kai Huang wrote:
> >> Assuming I am understanding the context correctly, yes from this perspective it seems having
> >> sys_encrypt is annoying, and having ENCRYPT_ME should be better. But Dave said "nobody is going to
> >> do what you suggest in the ptr1/ptr2 example"?
> >
> > You have to phrase that as: 'nobody who knows what he's doing is going
> > to do that', which leaves lots of people and fuzzers.
> >
> > Murphy states that if it is possible, someone _will_ do it. And this
> > being something that causes severe data corruption on persistent
> > storage,...
>
> I actually think it's not a big deal at all to avoid the corruption that
> would occur if it were allowed. But, if you're even asking to map the
> same data with two different keys, you're *asking* for data corruption.
> What we're doing here is continuing to preserve cache coherency and
> ensuring an early failure.
>
> We'd need two rules:
> 1. A page must not be faulted into a VMA if the page's page_keyid()
> is not consistent with the VMA's
> 2. Upon changing the VMA's KeyID, all underlying PTEs must either be
> checked or zapped.
>
> If the rules are broken, we SIGBUS. Andy's suggestion has the same
> basic requirements. But, with his scheme, the error can be to the
> ioctl() instead of in the form of a SIGBUS. I guess that makes the
> fuzzers' lives a bit easier.

I see a problem with the scheme: if we don't have a way to decide if the
key is right for the file, user without access to the right key is able to
prevent legitimate user from accessing the file. Attacker just need read
access to the encrypted file to prevent any legitimate use to access it.

The problem applies to ioctl() too.

To make sense of it we must have a way to distinguish right key from
wrong. I don't see obvious solution with the current hardware design.

--
Kirill A. Shutemov

\
 
 \ /
  Last update: 2019-06-18 18:15    [W:0.158 / U:0.292 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site