From: Randy Dunlap Date: Thu, 12 Feb 2009 17:54:14 +0000 (-0800) Subject: ima: fix build error X-Git-Tag: v2.6.30-rc1~679^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53fab9d48e9bd9aeba0b500dec550becd981a91;p=pandora-kernel.git ima: fix build error IMA_LSM_RULES requires AUDIT. This is automatic if SECURITY_SELINUX=y but not when SECURITY_SMACK=y (and SECURITY_SELINUX=n), so make the dependency explicit. This fixes the following build error: security/integrity/ima/ima_policy.c:111:error: implicit declaration of function 'security_audit_rule_match' security/integrity/ima/ima_policy.c:230:error: implicit declaration of function 'security_audit_rule_init' Signed-off-by: Randy Dunlap Acked-by: Mimi Zohar Signed-off-by: James Morris --- Reading git-diff-tree failed