Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index

CONFIG_KEXEC_SIG: Verify kernel signature during kexec_file_load() syscall

General informations

The Linux kernel configuration item CONFIG_KEXEC_SIG has multiple definitions:

Verify kernel signature during kexec_file_load() syscall found in kernel/Kconfig.kexec

The configuration item CONFIG_KEXEC_SIG:

Help text

This option makes the kexec_file_load() syscall check for a valid signature of the kernel image. The image can still be loaded without a valid signature unless you also enable KEXEC_SIG_FORCE, though if there's a signature that we can check, then it must be valid.

In addition to this option, you need to enable signature verification for the corresponding kernel image type being loaded in order for this to work.

Verify kernel signature during kexec_file_load() syscall found in arch/x86/Kconfig

The configuration item CONFIG_KEXEC_SIG:

Help text

This option makes the kexec_file_load() syscall check for a valid signature of the kernel image. The image can still be loaded without a valid signature unless you also enable KEXEC_SIG_FORCE, though if there's a signature that we can check, then it must be valid.

In addition to this option, you need to enable signature verification for the corresponding kernel image type being loaded in order for this to work.

Verify kernel signature during kexec_file_load() syscall found in arch/s390/Kconfig

The configuration item CONFIG_KEXEC_SIG:

Help text

This option makes kernel signature verification mandatory for the kexec_file_load() syscall.

In addition to that option, you need to enable signature verification for the corresponding kernel image type being loaded in order for this to work.

Verify kernel signature during kexec_file_load() syscall found in arch/arm64/Kconfig

The configuration item CONFIG_KEXEC_SIG:

Help text

Select this option to verify a signature with loaded kernel image. If configured, any attempt of loading a image without valid signature will fail.

In addition to that option, you need to enable signature verification for the corresponding kernel image type being loaded in order for this to work.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - K index

Automatically generated (in year 2024). See also LKDDb sources on GitLab