Skip to content

Commit 1768215

Browse files
tyhicksmimizohar
authored andcommitted
ima: AppArmor satisfies the audit rule requirements
AppArmor meets all the requirements for IMA in terms of audit rules since commit e79c26d ("apparmor: Add support for audit rule filtering"). Update IMA's Kconfig section for CONFIG_IMA_LSM_RULES to reflect this. Fixes: e79c26d ("apparmor: Add support for audit rule filtering") Signed-off-by: Tyler Hicks <[email protected]> Signed-off-by: Mimi Zohar <[email protected]>
1 parent b8867ee commit 1768215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/integrity/ima/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ config IMA_MEASURE_PCR_IDX
5454

5555
config IMA_LSM_RULES
5656
bool
57-
depends on IMA && AUDIT && (SECURITY_SELINUX || SECURITY_SMACK)
57+
depends on IMA && AUDIT && (SECURITY_SELINUX || SECURITY_SMACK || SECURITY_APPARMOR)
5858
default y
5959
help
6060
Disabling this option will disregard LSM based policy rules.

0 commit comments

Comments
 (0)