From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759256AbcDAOGt (ORCPT ); Fri, 1 Apr 2016 10:06:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46177 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758877AbcDAOGq (ORCPT ); Fri, 1 Apr 2016 10:06:46 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <13142.1459437486@warthog.procyon.org.uk> References: <13142.1459437486@warthog.procyon.org.uk> <1459426888.2657.26.camel@linux.vnet.ibm.com> <1459166340.2751.52.camel@linux.vnet.ibm.com> <20160309111814.28811.95697.stgit@warthog.procyon.org.uk> <20160309111939.28811.7952.stgit@warthog.procyon.org.uk> <12767.1459354776@warthog.procyon.org.uk> Cc: dhowells@redhat.com, Mimi Zohar , linux-security-module@vger.kernel.org, keyrings@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 12/12] IMA: Use the the system trusted keyrings instead of .ima_mok [ver #3] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28504.1459519603.1@warthog.procyon.org.uk> Date: Fri, 01 Apr 2016 15:06:43 +0100 Message-ID: <28505.1459519603@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Fri, 01 Apr 2016 14:06:45 +0000 (UTC) To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > The three choice options I implemented don't exactly provide new features. > Firstly: > > config IMA_LOAD_X509 > > allow keys to be loaded in at compile time, Ah - I think I'm labouring under a slight misapprehension here. IMA_LOAD_X509 doesn't load keys at compile time, but rather the kernel loads a file by name when booting, right? David