All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ilias Apalodimas <ilias.apalodimas@linaro.org>
To: Masahisa Kojima <masahisa.kojima@linaro.org>
Cc: u-boot@lists.denx.de, Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Simon Glass <sjg@chromium.org>,
	Takahiro Akashi <takahiro.akashi@linaro.org>,
	Francois Ozog <francois.ozog@linaro.org>,
	Mark Kettenis <mark.kettenis@xs4all.nl>
Subject: Re: [RFC PATCH 0/3] eficonfig: add UEFI Secure Boot key maintenance interface
Date: Fri, 8 Jul 2022 12:06:26 +0300	[thread overview]
Message-ID: <YsfzkglEQSX75CMJ@hades> (raw)
In-Reply-To: <20220619052022.2694-1-masahisa.kojima@linaro.org>

On Sun, Jun 19, 2022 at 02:20:19PM +0900, Masahisa Kojima wrote:
> This series adds the UEFI Secure Boot key maintenance interface
> to the eficonfig command.
> User can enroll and delete the PK, KEK, db and dbx.
> 
> Note that this series is RFC since this series is implemented
> on the top of the "enable menu-driven UEFI variable maintenance"
> patch series still under review[1].
> 
> [1]https://lore.kernel.org/u-boot/20220619045607.1669-1-masahisa.kojima@linaro.org/T/#m7fe16b6044fbb2947b49c26051563c7cbb696fb3
> 
> Source code can be cloned with:
> $ git clone https://git.linaro.org/people/masahisa.kojima/u-boot.git -b kojima/kojima/efi_seckey_menu_upstream_v1_0619

Thanks Kojima-san.  This is an important step in removing console access
for EFI-enabled devices.

Regards
/Ilias
> 
> Masahisa Kojima (3):
>   eficonfig: add UEFI Secure Boot Key enrollment interface
>   eficonfig: add "Show Signature Database" menu entry
>   eficonfig: add "Delete Key" menu entry
> 
>  cmd/Makefile          |   3 +
>  cmd/eficonfig.c       |   3 +
>  cmd/eficonfig_sbkey.c | 701 ++++++++++++++++++++++++++++++++++++++++++
>  include/efi_config.h  |   3 +
>  4 files changed, 710 insertions(+)
>  create mode 100644 cmd/eficonfig_sbkey.c
> 
> -- 
> 2.17.1
> 


      parent reply	other threads:[~2022-07-08  9:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19  5:20 [RFC PATCH 0/3] eficonfig: add UEFI Secure Boot key maintenance interface Masahisa Kojima
2022-06-19  5:20 ` [RFC PATCH 1/3] eficonfig: add UEFI Secure Boot Key enrollment interface Masahisa Kojima
2022-07-08  9:14   ` Ilias Apalodimas
2022-07-08 10:37     ` Masahisa Kojima
2022-07-08 11:57       ` Ilias Apalodimas
2022-07-10  9:36     ` Heinrich Schuchardt
2022-07-11 13:24       ` Masahisa Kojima
2022-06-19  5:20 ` [RFC PATCH 2/3] eficonfig: add "Show Signature Database" menu entry Masahisa Kojima
2022-06-19  5:20 ` [RFC PATCH 3/3] eficonfig: add "Delete Key" " Masahisa Kojima
2022-07-10 10:10   ` Heinrich Schuchardt
2022-07-12  1:17     ` Takahiro Akashi
2022-07-12  7:13     ` Masahisa Kojima
2022-07-12  8:02       ` Heinrich Schuchardt
2022-07-12 11:15         ` Masahisa Kojima
2022-07-08  9:06 ` Ilias Apalodimas [this message]

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=YsfzkglEQSX75CMJ@hades \
    --to=ilias.apalodimas@linaro.org \
    --cc=francois.ozog@linaro.org \
    --cc=mark.kettenis@xs4all.nl \
    --cc=masahisa.kojima@linaro.org \
    --cc=sjg@chromium.org \
    --cc=takahiro.akashi@linaro.org \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.