ksummit.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Andy Lutomirski <luto@amacapital.net>
To: Matthew Garrett <mjg59@coreos.com>
Cc: James Bottomley <James.Bottomley@hansenpartnership.com>,
	Josh Boyer <jwboyer@fedoraproject.org>,
	Jason Cooper <jason@lakedaemon.net>,
	"ksummit-discuss@lists.linuxfoundation.org"
	<ksummit-discuss@lists.linuxfoundation.org>,
	Mark Brown <broonie@sirena.org.uk>
Subject: Re: [Ksummit-discuss] [TOPIC] Secure/verified boot and roots of trust
Date: Wed, 3 Aug 2016 10:23:00 -0700	[thread overview]
Message-ID: <CALCETrU3E48++g2G-o4YDoazphkcVoK-gVLVHna9ZQoKVgnL5g@mail.gmail.com> (raw)
In-Reply-To: <CAPeXnHsOuu_jOkqMMaUwkdfpxUwB=NMwRA4U7jnLG1W2OCdp1g@mail.gmail.com>

On Wed, Aug 3, 2016 at 10:17 AM, Matthew Garrett <mjg59@coreos.com> wrote:
> On Wed, Aug 3, 2016 at 9:46 AM, Andy Lutomirski <luto@amacapital.net> wrote:
>> On Aug 3, 2016 3:43 AM, "David Howells" <dhowells@redhat.com> wrote:
>>>  (1) We have to keep the module signing by keys stuff in the kernel along with
>>>      a supply of keys for it to use *anyway*.  Yes, we might then be able to
>>>      drop the build-time transient key, but that doesn't account for very much
>>>      image space or memory.
>>
>> I object to the existence of the build-time key.  It completely breaks
>> reproducible builds.
>
> Keys could be stored in a separate section and ignored for the
> purposes of build comparison.

But that defeats the purpose.  If I'm verifying a reproducible build,
I don't want to have to take it on faith that the packager didn't keep
a copy of the build-time key.

>
>>>  (3) If someone adds or updates a firmware blob, you can't simply add a new
>>>      hash to the table without rebuilding your kernel.  So you need to fall
>>>      back to using a key-based signature for this.
>>>
>>
>> As above, firmware isn't affected.
>
> There's no fundamental problem with using signed firmware (although
> you'd probably need detached signatures to comply with licenses) -
> it's more of a logistical problem in that you'd need an actual key
> rather than a build-time one, but it's still more practical than
> hashing.

I agree.  I don't think my module hashing proposal should cover firmware at all.

>
>>> I don't see a compelling argument for why we'd want to do module hashing at
>>> all, given that we have to have the signature checking mechanism around anyway
>>> for various reasons.
>>
>> I think that, for the Secure Boot usecase, we actually wouldn't need
>> the signature checking mechanism at all.  Firmware signature checking
>> in-kernel is important for some chain-of-trust use cases but AFAIK not
>> for Secure Boot for standard desktop distros.
>
> Without an IOMMU you can probably subvert any DMA capable device that
> loads unsigned firmware, at which point you're in a bad place again.
> This isn't something I'm losing much sleep over, since attacks that
> only work if you have a specific piece of hardware installed are much
> less exciting. We'd still need signature checking so that users can
> install their own signing keys, and I don't see distributions being
> terribly enthusiastic about having two unrelated module validation
> systems.

That's a question for the distros.  My intent would be to make the
module hashing scheme as painless as possible for the distros: distros
would just enable a config option and, if needed, adjust their debug
info generation slightly.

  reply	other threads:[~2016-08-03 17:23 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-03  2:58 Andy Lutomirski
2016-08-03  3:24 ` Kees Cook
2016-08-03  3:32 ` Matthew Garrett
2016-08-03  4:34   ` Andy Lutomirski
2016-08-03  4:42     ` Michael S. Tsirkin
2016-08-03  4:46       ` Andy Lutomirski
2016-08-03  5:15     ` Matthew Garrett
2016-08-03  8:33 ` Alexandre Belloni
2016-08-03 10:31 ` Mark Brown
2016-08-03 10:43 ` David Howells
2016-08-03 16:46   ` Andy Lutomirski
2016-08-03 17:17     ` Matthew Garrett
2016-08-03 17:23       ` Andy Lutomirski [this message]
2016-08-03 17:26         ` Matthew Garrett
2016-08-03 17:28           ` Andy Lutomirski
2016-08-03 18:00         ` Michael S. Tsirkin
2016-08-03 23:01     ` Ben Hutchings
2016-08-03 23:22       ` Andy Lutomirski
2016-08-04  5:26         ` Kees Cook
2016-08-17 11:38       ` Ben Hutchings
2016-08-17 13:03         ` Mimi Zohar
2016-08-17 16:11           ` Ben Hutchings
2016-08-18 12:28             ` Mimi Zohar
2016-08-03 12:42 ` James Bottomley
2016-08-03 17:04   ` Andy Lutomirski
2016-08-03 17:23     ` Matthew Garrett
2016-08-03 17:29       ` Andy Lutomirski
2016-08-03 22:09     ` James Bottomley
     [not found]       ` <CALCETrVpCnfOJ2aXkNsOXatQAF6NG-AcJpxeYfA9wG_t2ocykg@mail.gmail.com>
     [not found]         ` <CALCETrWgS0XObzxfQWQbyntVEn6QF81K2TVbS4bGNyN6EcYb_A@mail.gmail.com>
2016-08-03 22:39           ` Andy Lutomirski

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=CALCETrU3E48++g2G-o4YDoazphkcVoK-gVLVHna9ZQoKVgnL5g@mail.gmail.com \
    --to=luto@amacapital.net \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=broonie@sirena.org.uk \
    --cc=jason@lakedaemon.net \
    --cc=jwboyer@fedoraproject.org \
    --cc=ksummit-discuss@lists.linuxfoundation.org \
    --cc=mjg59@coreos.com \
    /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