mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
781a573948
IMA_APPRAISE_MODSIG is used for verifying the integrity of both kernel
and modules. Enabling IMA_APPRAISE_MODSIG without MODULES causes a build
break.
Ensure the build time kernel signing key is only generated if both
IMA_APPRAISE_MODSIG and MODULES are enabled.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
blacklist_hashes.c | ||
blacklist_nohashes.c | ||
blacklist.c | ||
blacklist.h | ||
Kconfig | ||
Makefile | ||
system_certificates.S | ||
system_keyring.c |