linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] integrity: powerpc: Do not select CA_MACHINE_KEYRING
@ 2023-09-07 16:52 Michal Suchanek
  2023-09-07 17:32 ` Michal Suchánek
  2023-09-11 21:45 ` Jarkko Sakkinen
  0 siblings, 2 replies; 13+ messages in thread
From: Michal Suchanek @ 2023-09-07 16:52 UTC (permalink / raw)
  To: linux-integrity
  Cc: Michal Suchanek, Mimi Zohar, Dmitry Kasatkin, Paul Moore,
	James Morris, Serge E. Hallyn, linux-security-module,
	linux-kernel, joeyli

No other platform needs CA_MACHINE_KEYRING, either.

This is policy that should be decided by the administrator, not Kconfig
dependencies.

cc: joeyli <jlee@suse.com>
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 security/integrity/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/security/integrity/Kconfig b/security/integrity/Kconfig
index 232191ee09e3..b6e074ac0227 100644
--- a/security/integrity/Kconfig
+++ b/security/integrity/Kconfig
@@ -68,8 +68,6 @@ config INTEGRITY_MACHINE_KEYRING
 	depends on INTEGRITY_ASYMMETRIC_KEYS
 	depends on SYSTEM_BLACKLIST_KEYRING
 	depends on LOAD_UEFI_KEYS || LOAD_PPC_KEYS
-	select INTEGRITY_CA_MACHINE_KEYRING if LOAD_PPC_KEYS
-	select INTEGRITY_CA_MACHINE_KEYRING_MAX if LOAD_PPC_KEYS
 	help
 	 If set, provide a keyring to which Machine Owner Keys (MOK) may
 	 be added. This keyring shall contain just MOK keys.  Unlike keys
-- 
2.41.0


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

end of thread, other threads:[~2023-09-12 19:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-07 16:52 [PATCH] integrity: powerpc: Do not select CA_MACHINE_KEYRING Michal Suchanek
2023-09-07 17:32 ` Michal Suchánek
2023-09-12  3:39   ` Nayna
2023-09-12  7:41     ` Michal Suchánek
2023-09-12  9:49       ` Jarkko Sakkinen
2023-09-12 19:22         ` Mimi Zohar
2023-09-12 19:32           ` Jarkko Sakkinen
2023-09-12 19:56             ` Mimi Zohar
2023-09-12 17:03     ` Jarkko Sakkinen
2023-09-11 21:45 ` Jarkko Sakkinen
2023-09-12  7:51   ` Michal Suchánek
2023-09-12  9:46     ` Jarkko Sakkinen
2023-09-12 10:20       ` Michal Suchánek

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).