From: Thomas Liu Date: Fri, 10 Jul 2009 14:31:04 +0000 (-0400) Subject: SELinux: Convert avc_audit to use lsm_audit.h X-Git-Tag: v2.6.32-rc1~737^2^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8113a8d80f4c6a3dc3724b39b470f3fee9c426b6;p=pandora-kernel.git SELinux: Convert avc_audit to use lsm_audit.h Convert avc_audit in security/selinux/avc.c to use lsm_audit.h, for better maintainability and for less code duplication. - changed selinux to use common_audit_data instead of avc_audit_data - eliminated code in avc.c and used code from lsm_audit.h instead. I have tested to make sure that the avcs look the same before and after this patch. Signed-off-by: Thomas Liu Acked-by: Eric Paris Signed-off-by: James Morris --- Reading git-diff-tree failed