Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932291AbbEUQ5k (ORCPT ); Thu, 21 May 2015 12:57:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53848 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755042AbbEUQ5i (ORCPT ); Thu, 21 May 2015 12:57:38 -0400 Date: Thu, 21 May 2015 09:57:37 -0700 From: Greg Kroah-Hartman To: Mimi Zohar , One Thousand Gnomes , Seth Forshee , "Luis R. Rodriguez" , linux-security-module@vger.kernel.org, james.l.morris@oracle.com, serge@hallyn.com, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, David Howells , Kyle McMartin , David Woodhouse , Joey Lee , Rusty Russell , mricon@kernel.org Subject: Re: [RFD] linux-firmware key arrangement for firmware signing Message-ID: <20150521165737.GB12932@kroah.com> References: <20150519200232.GM23057@wotan.suse.de> <20150520140426.GB126473@ubuntu-hedt> <20150520172446.4dab5399@lxorguk.ukuu.org.uk> <20150520164613.GD10473@localhost> <20150521044104.GH22632@kroah.com> <20150521054101.GA15037@localhost> <20150521061453.GC30864@kroah.com> <1432213521.4230.43.camel@linux.vnet.ibm.com> <20150521154508.GA11821@kroah.com> <20150521155319.GG18164@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150521155319.GG18164@localhost> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1905 Lines: 40 On Thu, May 21, 2015 at 06:53:19PM +0300, Petko Manolov wrote: > On 15-05-21 08:45:08, Greg Kroah-Hartman wrote: > > On Thu, May 21, 2015 at 09:05:21AM -0400, Mimi Zohar wrote: > > > > > > Signatures don't provide any guarantees as to code quality or > > > correctness. They do provide file integrity and provenance. In > > > addition to the license and a Signed-off-by line, having the firmware > > > provider include a signature of the firmware would be nice. > > > > That would be "nice", but that's not going to be happening here, from what I > > can tell. The firmware provider should be putting the signature inside the > > firmware image itself, and verifying it on the device, in order to properly > > "know" that it should be running that firmware. The kernel shouldn't be > > involved here at all, as Alan pointed out. > > It is device's job to verify firmware's correctness. It is user's job to verify > vendor's identity. Two different things, not related to each other. The device can also verify "is this firmware from a trusted source", and it should if it is a "good" device. "correctness" can just be a simple checksum, and I think most of the firmware blobs already have that in them :) Are these patches "verifying the vendor"? Right now it just looks like they are "verifying the packager" as none of the hundreds of firmware images we have actually have stand-alone signatures. Do we have firmware images that are going to be signed by the vendor? If so, are they also not signed in the firmware itself? Why are we forcing the kernel to do this verification that the device should be doing instead? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/