Kconfig (3323eec921efd815178a23107ab63588c605c0b2) | Kconfig (4af4662fa4a9dc62289c580337ae2506339c4729) |
---|---|
1# IBM Integrity Measurement Architecture 2# 3config IMA 4 bool "Integrity Measurement Architecture(IMA)" 5 depends on ACPI 6 select SECURITYFS 7 select CRYPTO 8 select CRYPTO_HMAC --- 33 unchanged lines hidden (view full) --- 42 default y 43 help 44 This option adds a kernel parameter 'ima_audit', which 45 allows informational auditing messages to be enabled 46 at boot. If this option is selected, informational integrity 47 auditing messages can be enabled with 'ima_audit=1' on 48 the kernel command line. 49 | 1# IBM Integrity Measurement Architecture 2# 3config IMA 4 bool "Integrity Measurement Architecture(IMA)" 5 depends on ACPI 6 select SECURITYFS 7 select CRYPTO 8 select CRYPTO_HMAC --- 33 unchanged lines hidden (view full) --- 42 default y 43 help 44 This option adds a kernel parameter 'ima_audit', which 45 allows informational auditing messages to be enabled 46 at boot. If this option is selected, informational integrity 47 auditing messages can be enabled with 'ima_audit=1' on 48 the kernel command line. 49 |
50config IMA_LSM_RULES 51 bool 52 depends on IMA && (SECURITY_SELINUX || SECURITY_SMACK) 53 default y 54 help 55 Disabling this option will disregard LSM based policy rules |
|