commit | af1eb2913275c3ab1598b0c24c893499092df08a | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Mon Jul 20 21:16:28 2015 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri Aug 07 16:26:14 2015 +0100 |
tree | e176ad5867a4d4ca3db433e62fb362e5fff00be8 | |
parent | caf6fe91ddf62a96401e21e9b7a07227440f4185 [diff] |
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>