kernel-5.15/shredder.diff
Mikhail Novosyolov 742804747a Build ROSA kernel shredder inside the kernel tree to ship a signed kernel module
This is a hack, it is needed to make it possible to build signed external kernel modules outside of the kernel tree
2020-07-15 22:55:26 +03:00

12 lines
376 B
Diff

diff --git a/security/Kconfig b/security/Kconfig
index d21a120b66d4..6d4ab3bb5bcb 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -239,6 +239,7 @@ source "security/yama/Kconfig"
source "security/safesetid/Kconfig"
source "security/lockdown/Kconfig"
source "security/altha/Kconfig"
+source "security/kernel-shredder/Kconfig"
source "security/integrity/Kconfig"