Skip to content
Snippets Groups Projects
Commit 9fffcbb7 authored by Fedora Kernel Team's avatar Fedora Kernel Team Committed by Herbert Xu
Browse files

[redhat] New configs in certs/Kconfig

JIRA: https://issues.redhat.com/browse/RHEL-81929


Upstream Status: RHEL only

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 Symbol: MODULE_SIG_KEY_TYPE_ECDSA [=n]
 Type  : bool
 Defined at certs/Kconfig:31
   Prompt: ECDSA
   Depends on: <choice> && (MODULE_SIG [=y] || IMA_APPRAISE_MODSIG [=y] && MODULES [=y])
   Location:
     -> Cryptographic API (CRYPTO [=y])
       -> Certificates for signature checking
         -> Type of module signing key to be generated (<choice> [=y])
 Selects: CRYPTO_ECDSA [=m]

---

 Symbol: MODULE_SIG_KEY_TYPE_RSA [=y]
 Type  : bool
 Defined at certs/Kconfig:25
   Prompt: RSA
   Depends on: <choice> && (MODULE_SIG [=y] || IMA_APPRAISE_MODSIG [=y] && MODULES [=y])
   Location:
     -> Cryptographic API (CRYPTO [=y])
       -> Certificates for signature checking
         -> Type of module signing key to be generated (<choice> [=y])

---

Signed-off-by: default avatarFedora Kernel Team <kernel-team@fedoraproject.org>
Signed-off-by: default avatarHerbert Xu <herbert.xu@redhat.com>
parent b6b367ab
No related branches found
No related tags found
No related merge requests found
# CONFIG_MODULE_SIG_KEY_TYPE_ECDSA is not set
CONFIG_MODULE_SIG_KEY_TYPE_RSA=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment