linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Enhancements to the secvar interface in static key management mode
@ 2025-06-10 21:19 Srish Srinivasan
  2025-06-10 21:19 ` [PATCH v4 1/3] powerpc/pseries: Correct secvar format representation for static key management Srish Srinivasan
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Srish Srinivasan @ 2025-06-10 21:19 UTC (permalink / raw)
  To: linux-integrity, linuxppc-dev
  Cc: maddy, mpe, npiggin, christophe.leroy, naveen, ajd, zohar, nayna,
	rnsastry, msuchanek, linux-kernel

The PLPKS enabled Power LPAR sysfs exposes all of the secure boot secure
variables irrespective of the key management mode. There is support for
both static and dynamic key management and the key management mode can
be updated using the management console. The user should be able to read
from and write to the secure boot secvars db, dbx, grubdb, grubdbx, and
sbat only in the dynamic managememnt key mode. But the sysfs interface
exposes these secvars even in the static key management mode even
though they are not getting consumed in this mode.

Update the secvar format property based on the key management mode and
expose only the secure variables relevant to the key management mode.
Enable loading of signed third-party kernel modules in the static key
mode when the platform keystore is enabled.

Changelog:

v4:

* Patch 2:

  - Changes to the documentation and the patch description based on
    feedback from Michal.

v3:

* Patch 1:

  - Minor changes to the docmentation based on feedback from Andrew.
  - Added reviewed-by from Andrew.

v2:

* Patch 1:

  - Updated plpks_get_sb_keymgmt_mode to handle -ENOENT and -EPERM in
    the case of static key management mode, based on feedback from
    Andrew.
  - Moved the documentation changes relevant to the secvar format
    property from Patch 2 to Patch 1.
  - Added reviewed-by from Nayna.

* Patch 2:

  - Moved the documentaton changes relevant to secure variables from
    /sys/firmware/secvar/format to
    /sys/firmware/secvar/vars/<variable name>.
  - Added reviewed-by from Nayna and Andrew.

* Patch 3:
  - Added reviewed-by from Nayna and Andrew.


Srish Srinivasan (3):
  powerpc/pseries: Correct secvar format representation for static key
    management
  powerpc/secvar: Expose secvars relevant to the key management mode
  integrity/platform_certs: Allow loading of keys in the static key
    management mode

 Documentation/ABI/testing/sysfs-secvar        |  17 ++-
 arch/powerpc/platforms/pseries/plpks-secvar.c | 104 ++++++++++++------
 .../integrity/platform_certs/load_powerpc.c   |   5 +-
 3 files changed, 87 insertions(+), 39 deletions(-)

-- 
2.47.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-07-04  8:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-10 21:19 [PATCH v4 0/3] Enhancements to the secvar interface in static key management mode Srish Srinivasan
2025-06-10 21:19 ` [PATCH v4 1/3] powerpc/pseries: Correct secvar format representation for static key management Srish Srinivasan
2025-07-04  8:42   ` R Nageswara Sastry
2025-06-10 21:19 ` [PATCH v4 2/3] powerpc/secvar: Expose secvars relevant to the key management mode Srish Srinivasan
2025-07-04  8:42   ` R Nageswara Sastry
2025-06-10 21:19 ` [PATCH v4 3/3] integrity/platform_certs: Allow loading of keys in the static " Srish Srinivasan
2025-07-04  8:43   ` R Nageswara Sastry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).