Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index
The Linux kernel configuration item CONFIG_KEXEC_VERIFY_SIG
has multiple definitions:
arch/x86/Kconfig
The configuration item CONFIG_KEXEC_VERIFY_SIG:
CONFIG_KEXEC_FILE
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.
arch/s390/Kconfig
The configuration item CONFIG_KEXEC_VERIFY_SIG:
CONFIG_KEXEC_FILE && CONFIG_SYSTEM_DATA_VERIFICATION
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.
arch/arm64/Kconfig
The configuration item CONFIG_KEXEC_VERIFY_SIG:
CONFIG_KEXEC_FILE
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.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - K index
Automatically generated (in year 2024). See also LKDDb sources on GitLab