summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2023-01-31 09:43:22 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-02-09 11:28:11 +0100
commit10282d9daaf74f614b2ecbb71ad8b0a6c38bdf66 (patch)
tree0aa35389117f92f6a6133012b9af50a363d4aa50 /.gitignore
parent71ebd83f320e6df9f4d1513e4998752756a2f917 (diff)
downloadlinux-10282d9daaf74f614b2ecbb71ad8b0a6c38bdf66.tar.gz
certs: Fix build error when PKCS#11 URI contains semicolon
[ Upstream commit b1c3d2beed8ef3699fab106340e33a79052df116 ]

When CONFIG_MODULE_SIG_KEY is PKCS#11 URI (pkcs11:*) and contains a
semicolon, signing_key.x509 fails to build:

  certs/extract-cert pkcs11:token=foo;object=bar;pin-value=1111 certs/signing_key.x509
  Usage: extract-cert <source> <dest>

Add quotes to the extract-cert argument to avoid splitting by the shell.

This approach was suggested by Masahiro Yamada <masahiroy@kernel.org>.

Fixes: 129ab0d2d9f3 ("kbuild: do not quote string values in include/config/auto.conf")
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions