Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754256AbbDMSJr (ORCPT ); Mon, 13 Apr 2015 14:09:47 -0400 Received: from mail-la0-f48.google.com ([209.85.215.48]:34231 "EHLO mail-la0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751273AbbDMSJp (ORCPT ); Mon, 13 Apr 2015 14:09:45 -0400 MIME-Version: 1.0 In-Reply-To: References: From: "Luis R. Rodriguez" Date: Mon, 13 Apr 2015 11:09:21 -0700 X-Google-Sender-Auth: Ny27hZa1reJ0Qw2H6OS1UaZ8QPQ Message-ID: Subject: Re: Looking for extensible kernel database format To: "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Cc: linux-wireless , Matthew Garrett , Kees Cook , Ming Lei , Greg Kroah-Hartman , Johannes Berg , Seth Forshee , "Luis R. Rodriguez" , netfilter-devel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1700 Lines: 40 On Thu, Apr 9, 2015 at 5:57 PM, Luis R. Rodriguez wrote: > Hey folks, > > next week I'd like to address replacing the need for CRDA [0] as a > udev helper with in-kernel functionality There's a few motivations > for this but a good one is that the kernel already has now > cryptographic support to verify the integrity of the regulatory > database, just as it has support for verifying the integrity of > modules / firmware. We'd use something like: > > request_file(file_reqs) > > Where the file_reqs provides the requirements, including cryptographic > requirements, and I suspect we'd use LSM to vet for the cryptographic > needs of the file. > > Now other than this step CRDA currently *reads* a database and today > we have our own format. If we want to extend this though we will have > to issue a new regdb format and old kernels might not be compatible > with the new format. This is a typical database problem and I'm hoping > we are not the first to deal with this. What *extensible* kernel > database format are there already, are they generic already? I'd > prefer something already using netlink. > > Any recommendations? > > [0] https://wireless.wiki.kernel.org/en/developers/regulatory/crda OK I haven't heard back so will just work towards a very simple extensible db and proceed as planned to reuse the existing request_firmware_direct() API but with cryptographic requirements and vetting through LSM. Luis -- 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/