diff options
-rw-r--r-- | security/integrity/ima/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/integrity/ima/Kconfig b/security/integrity/ima/Kconfig index 3d2b6ee778a0..53d9764e8f09 100644 --- a/security/integrity/ima/Kconfig +++ b/security/integrity/ima/Kconfig | |||
@@ -49,7 +49,7 @@ config IMA_AUDIT | |||
49 | 49 | ||
50 | config IMA_LSM_RULES | 50 | config IMA_LSM_RULES |
51 | bool | 51 | bool |
52 | depends on IMA && (SECURITY_SELINUX || SECURITY_SMACK) | 52 | depends on IMA && AUDIT && (SECURITY_SELINUX || SECURITY_SMACK) |
53 | default y | 53 | default y |
54 | help | 54 | help |
55 | Disabling this option will disregard LSM based policy rules | 55 | Disabling this option will disregard LSM based policy rules. |