Kconfig (4af4662fa4a9dc62289c580337ae2506339c4729) | Kconfig (b53fab9d48e9bd9aeba0b500dec550becd981a91) |
---|---|
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 --- 35 unchanged lines hidden (view full) --- 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 | 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 --- 35 unchanged lines hidden (view full) --- 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) | 52 depends on IMA && AUDIT && (SECURITY_SELINUX || SECURITY_SMACK) |
53 default y 54 help | 53 default y 54 help |
55 Disabling this option will disregard LSM based policy rules | 55 Disabling this option will disregard LSM based policy rules. |