]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
modsign: Allow password to be specified for signing key
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 20 Jul 2015 20:16:28 +0000 (21:16 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 7 Aug 2015 15:26:14 +0000 (16:26 +0100)
commitaf1eb2913275c3ab1598b0c24c893499092df08a
treee176ad5867a4d4ca3db433e62fb362e5fff00be8
parentcaf6fe91ddf62a96401e21e9b7a07227440f4185
modsign: Allow password to be specified for signing key

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.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Documentation/kbuild/kbuild.txt
Documentation/module-signing.txt
scripts/sign-file.c