lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE prompts
[deliverable/linux.git] / security / integrity / Kconfig
CommitLineData
f381c272
MZ
1#
2config INTEGRITY
3 def_bool y
66dbc325 4 depends on IMA || EVM
f381c272 5
8607c501
DK
6config INTEGRITY_DIGSIG
7 boolean "Digital signature verification using multiple keyrings"
de353533 8 depends on INTEGRITY && KEYS
8607c501 9 default n
5e8898e9 10 select SIGNATURE
8607c501
DK
11 help
12 This option enables digital signature verification support
13 using multiple keyrings. It defines separate keyrings for each
14 of the different use cases - evm, ima, and modules.
15 Different keyrings improves search performance, but also allow
16 to "lock" certain keyring to prevent adding new keys.
17 This is useful for evm and module keyrings, when keys are
18 usually only added from initramfs.
19
f381c272 20source security/integrity/ima/Kconfig
66dbc325 21source security/integrity/evm/Kconfig
This page took 0.03515 seconds and 5 git commands to generate.