All of lore.kernel.org
 help / color / mirror / Atom feed
* CONFIG_FIPS without module loading support?
@ 2016-09-01  1:32 NTU
  2016-09-01  1:49 ` Stephan Mueller
  0 siblings, 1 reply; 8+ messages in thread
From: NTU @ 2016-09-01  1:32 UTC (permalink / raw)
  To: linux-crypto

Hello,

CRYPTO_FIPS depends on MODULE_SIG and I understand why it would as you
wouldn't want unsigned modules from external sources being loaded. If
CONFIG_MODULES is disabled though (no module loading) there are no
modules to sign in the first place.

Wouldn't it make more sense for CONFIG_FIPS to depend on (MODULE_SIG
[=y] && CONFIG_MODULES [y]) ?

Thank you!

Alec Ari

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

end of thread, other threads:[~2016-09-15 18:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-01  1:32 CONFIG_FIPS without module loading support? NTU
2016-09-01  1:49 ` Stephan Mueller
2016-09-02  2:57   ` NTU
2016-09-02 14:22     ` Herbert Xu
2016-09-15  0:18       ` NTU
2016-09-15  4:58         ` Stephan Mueller
2016-09-15 17:06           ` NTU
2016-09-15 18:31             ` Stephan Mueller

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.