From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751991AbbESPh0 (ORCPT ); Tue, 19 May 2015 11:37:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46949 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751424AbbESPhY (ORCPT ); Tue, 19 May 2015 11:37:24 -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: <1432046758.3277.36.camel@infradead.org> References: <1432046758.3277.36.camel@infradead.org> <20150515123513.16723.96340.stgit@warthog.procyon.org.uk> To: Mimi Zohar Cc: dhowells@redhat.com, David Woodhouse , rusty@rustcorp.com.au, mmarek@suse.cz, mjg59@srcf.ucam.org, keyrings@linux-nfs.org, dmitry.kasatkin@gmail.com, mcgrof@suse.com, linux-kernel@vger.kernel.org, seth.forshee@canonical.com, linux-security-module@vger.kernel.org Subject: Re: [PATCH 10/8] modsign: Allow password to be specified for signing key MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1895.1432049790.1@warthog.procyon.org.uk> Date: Tue, 19 May 2015 16:36:30 +0100 Message-ID: <1896.1432049790@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Woodhouse wrote: > We don't want this in the Kconfig since it might then get exposed in > /proc/config.gz. So make it a parameter to Kbuild instead. This also > means we don't have to jump through hoops to strip quotes from it, as > we would if it was a config option. Hi Mimi, Are you okay with this? David