aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 66cc885abbc6..fa8ccad1ea43 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1585,6 +1585,20 @@ config MODULE_SRCVERSION_ALL
1585 the version). With this option, such a "srcversion" field 1585 the version). With this option, such a "srcversion" field
1586 will be created for all modules. If unsure, say N. 1586 will be created for all modules. If unsure, say N.
1587 1587
1588config MODULE_SIG
1589 bool "Module signature verification"
1590 depends on MODULES
1591 help
1592 Check modules for valid signatures upon load: the signature
1593 is simply appended to the module. For more information see
1594 Documentation/module-signing.txt.
1595
1596config MODULE_SIG_FORCE
1597 bool "Require modules to be validly signed"
1598 depends on MODULE_SIG
1599 help
1600 Reject unsigned modules or signed modules for which we don't have a
1601 key. Without this, such modules will simply taint the kernel.
1588endif # MODULES 1602endif # MODULES
1589 1603
1590config INIT_ALL_POSSIBLE 1604config INIT_ALL_POSSIBLE