aboutsummaryrefslogtreecommitdiff
path: root/security/integrity/Kconfig
blob: d384ea921482088dea0c7c13f54e2d3c57c18f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
config INTEGRITY
	def_bool y
	depends on IMA || EVM

config INTEGRITY_DIGSIG
	boolean "Digital signature verification using multiple keyrings"
	depends on INTEGRITY && KEYS
	default n
	select DIGSIG
	help
	  This option enables digital signature verification support
	  using multiple keyrings. It defines separate keyrings for each
	  of the different use cases - evm, ima, and modules.
	  Different keyrings improves search performance, but also allow
	  to "lock" certain keyring to prevent adding new keys.
	  This is useful for evm and module keyrings, when keys are
	  usually only added from initramfs.

source security/integrity/ima/Kconfig
source security/integrity/evm/Kconfig