Kconfig (e7a2ad7eb6f48ad80c70a22dd8167fb34b409466) | Kconfig (bcbc9b0cf6d8f340a1d166e414f4612b353f7a9b) |
---|---|
1# IBM Integrity Measurement Architecture 2# 3config IMA 4 bool "Integrity Measurement Architecture(IMA)" 5 depends on SECURITY 6 select INTEGRITY 7 select SECURITYFS 8 select CRYPTO --- 49 unchanged lines hidden (view full) --- 58 limited to 255 characters. The 'ima-ng' measurement list 59 template permits both larger hash digests and longer 60 pathnames. 61 62 config IMA_TEMPLATE 63 bool "ima" 64 config IMA_NG_TEMPLATE 65 bool "ima-ng (default)" | 1# IBM Integrity Measurement Architecture 2# 3config IMA 4 bool "Integrity Measurement Architecture(IMA)" 5 depends on SECURITY 6 select INTEGRITY 7 select SECURITYFS 8 select CRYPTO --- 49 unchanged lines hidden (view full) --- 58 limited to 255 characters. The 'ima-ng' measurement list 59 template permits both larger hash digests and longer 60 pathnames. 61 62 config IMA_TEMPLATE 63 bool "ima" 64 config IMA_NG_TEMPLATE 65 bool "ima-ng (default)" |
66 config IMA_SIG_TEMPLATE 67 bool "ima-sig" |
|
66endchoice 67 68config IMA_DEFAULT_TEMPLATE 69 string 70 depends on IMA 71 default "ima" if IMA_TEMPLATE 72 default "ima-ng" if IMA_NG_TEMPLATE | 68endchoice 69 70config IMA_DEFAULT_TEMPLATE 71 string 72 depends on IMA 73 default "ima" if IMA_TEMPLATE 74 default "ima-ng" if IMA_NG_TEMPLATE |
75 default "ima-sig" if IMA_SIG_TEMPLATE |
|
73 74choice 75 prompt "Default integrity hash algorithm" 76 default IMA_DEFAULT_HASH_SHA1 77 depends on IMA 78 help 79 Select the default hash algorithm used for the measurement 80 list, integrity appraisal and audit log. The compiled default --- 42 unchanged lines hidden --- | 76 77choice 78 prompt "Default integrity hash algorithm" 79 default IMA_DEFAULT_HASH_SHA1 80 depends on IMA 81 help 82 Select the default hash algorithm used for the measurement 83 list, integrity appraisal and audit log. The compiled default --- 42 unchanged lines hidden --- |