From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "mkl@pengutronix.de" <mkl@pengutronix.de>
Subject: Re: [ptxdist] allow network access to HSM in order to sign
Date: Fri, 25 Jun 2021 11:47:00 +0200 [thread overview]
Message-ID: <20210625094700.GB4015839@pengutronix.de> (raw)
In-Reply-To: <d39756b9b6cb79845fa9bc041cead0a81e73c343.camel@diehl.com>
On Wed, Jun 23, 2021 at 05:08:09AM +0000, Denis Osterland-Heim wrote:
> Am Dienstag, den 22.06.2021, 15:05 +0200 schrieb Marc Kleine-Budde:
> > On 6/22/21 6:36 AM, Denis Osterland-Heim wrote:
> > > Please have a look at https://git.pengutronix.de/cgit/ptxdist/commit/?id=4b3be8225f389c7db0e2d665e8e600cb2cf52b91 .
> > > This should answer your question.
> >
> > Thanks.
> You're welcome.
>
> >
> > However that doesn't work, as the proprietary I'm using refuses to work with
> > https_proxy="" and I don't want to add more binary patches to the lib.
> :-/
>
> Maybe it would be an option to add a configuration switch to disable this behavior.
> So your code-signing-provider may select this.
>
> --- a/scripts/lib/ptxd_make_world_common.sh
> +++ b/scripts/lib/ptxd_make_world_common.sh
> @@ -397,7 +397,7 @@ ptxd_make_world_init() {
> #
> # try to prevent downloads outside the get stage
> #
> - if [ "${pkg_stage}" != "get" ]; then
> + if [ "${pkg_stage}" != "get" ] && [ -z "${PTXCONF_DISABLE_DOWNLOAD_CHECK}" ]; then
> pkg_env="HTTPS_PROXY=- HTTP_PROXY=- https_proxy=- http_proxy=- ${pkg_env}"
> fi
>
> Not sure if this is really works.
I'd like to avoid disabling this globally. Maybe something like this:
In the signing provider rules/pre makefile:
CODE_SIGNING_NETWORK_ACCESS := YES
In the packages that use it:
<PKG>_NETWORK_ACCESS := $(CODE_SIGNING_NETWORK_ACCESS)
Add it to ptx/env and then check for it in ptxd_make_world_init().
Michael
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2021-06-25 9:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-21 20:13 Marc Kleine-Budde
2021-06-22 4:36 ` Denis Osterland-Heim
2021-06-22 13:05 ` Marc Kleine-Budde
2021-06-23 5:08 ` Denis Osterland-Heim
2021-06-25 9:47 ` Michael Olbrich [this message]
2021-06-25 11:54 ` Denis Osterland-Heim
2021-06-25 12:21 ` Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210625094700.GB4015839@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=mkl@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox